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 0e8bbe873e release: v3.3.4 2 years ago
..
src perf(compiler): use source-map-js 2 years ago
README.md chore: remove next references [ci skip] 4 years ago
_redirects chore: add redirect for template explorer 2 years ago
index.html build: add browser builds for @vue/compiler-sfc 5 years ago
local.html chore: fix template explorer local css link 4 years ago
package.json release: v3.3.4 2 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://template-explorer.vuejs.org. For local development, use the scripts above.