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.
 
 
 
 
Ramnath Shenoy 40bdd51bf5
chore: update Vuex status (#1054) [ci skip]
5 years ago
..
src build: add browser builds for @vue/compiler-sfc 5 years ago
README.md workflow: improve template-explorer local load speed 6 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.0.0-beta.4 5 years ago
style.css refactor(compiler): prefix all imported helpers to avoid scope collision 6 years ago

README.md

Template Explorer

Live explorer for template compilation output.

To run:

  • yarn dev-compiler
  • When the compilation is done, in another terminal run yarn 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.