Evan You 45984d559f release: v3.2.47 hace 3 años
..
src a9e3fa4e21 refactor(types): improve of type assertion (#4177) hace 3 años
README.md 48de8a42b7 chore: remove next references [ci skip] hace 4 años
index.html bd0f7da2c6 build: add browser builds for @vue/compiler-sfc hace 6 años
local.html 31d6a31d97 chore: fix template explorer local css link hace 4 años
package.json 45984d559f release: v3.2.47 hace 3 años
style.css 6b32d16471 chore(template-explorer): tweak theme hace 5 años

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.