vue3-core/packages/template-explorer
Evan You bc5846939c release: v3.3.8 2023-11-06 18:54:26 +08:00
..
src chore(template-explorer): Fix template-explorer highlighting (#8956) 2023-10-20 15:43:49 +08:00
README.md
_redirects chore: add redirect for template explorer 2023-03-26 10:01:53 +08:00
index.html
local.html
package.json release: v3.3.8 2023-11-06 18:54:26 +08:00
style.css

README.md

Template Explorer

Live explorer for template compilation output.

To run:

  • npm run dev-compiler in repo root
  • When the compilation is done, in another terminal run npm run open

Note: index.html uses CDN for dependencies and is continuously deployed at https://template-explorer.vuejs.org. For local development, use the scripts above.