vue3-yuanma/packages/template-explorer
2021-03-01 10:59:29 -05:00
..
src feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename 2020-11-30 12:30:51 -05:00
index.html build: add browser builds for @vue/compiler-sfc 2020-04-26 01:24:25 -04:00
local.html build: add browser builds for @vue/compiler-sfc 2020-04-26 01:24:25 -04:00
package.json release: v3.0.7 2021-03-01 10:59:29 -05:00
README.md workflow: improve template-explorer local load speed 2020-02-06 10:22:16 -05:00
style.css chore(template-explorer): tweak theme 2020-07-09 12:17:28 -04:00

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.