You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Evan You 61c5fbd3e3
workflow: move to pnpm (#4766)
4 years ago
..
src build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 4 years ago
README.md workflow: move to pnpm (#4766) 4 years ago
index.html build: add browser builds for @vue/compiler-sfc 5 years ago
local.html build: add browser builds for @vue/compiler-sfc 5 years ago
package.json release: v3.2.20 4 years ago
style.css chore(template-explorer): tweak theme 5 years ago

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://vue-next-template-explorer.netlify.com/. For local development, use the scripts above.