Evan You 848d9ce2ea release: v3.0.0-rc.5 před 5 roky
..
src 6f5d840612 feat(sfc): support resolving template components from `<script setup>` exports před 5 roky
README.md 39d1acf417 workflow: improve template-explorer local load speed před 6 roky
index.html bd0f7da2c6 build: add browser builds for @vue/compiler-sfc před 6 roky
local.html bd0f7da2c6 build: add browser builds for @vue/compiler-sfc před 6 roky
package.json 848d9ce2ea release: v3.0.0-rc.5 před 5 roky
style.css 6b32d16471 chore(template-explorer): tweak theme před 6 roky

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.