vue3-yuanma/packages/template-explorer
2020-02-26 10:13:07 -05:00
..
src fix(template-explorer): rename watch -> watchEffect (#780) 2020-02-26 10:13:07 -05:00
index.html workflow: use CDN deps for template explorer so it can be easily deployed 2019-10-04 17:55:55 -04:00
local.html workflow: improve template-explorer local load speed 2020-02-06 10:22:16 -05:00
package.json release: v3.0.0-alpha.6 2020-02-22 08:25:32 +01:00
README.md workflow: improve template-explorer local load speed 2020-02-06 10:22:16 -05:00
style.css refactor(compiler): prefix all imported helpers to avoid scope collision 2020-02-07 18:53:39 -05: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.