Evan You 5282ff0edb release: v3.0.0-alpha.9 hace 6 años
..
src 8449a9727c feat(compiler-core): switch to @babel/parser for expression parsing hace 6 años
README.md 39d1acf417 workflow: improve template-explorer local load speed hace 6 años
index.html d6bf9ffdc6 chore(template-explorer): bump monaco version for live deployed page hace 6 años
local.html 8449a9727c feat(compiler-core): switch to @babel/parser for expression parsing hace 6 años
package.json 5282ff0edb release: v3.0.0-alpha.9 hace 6 años
style.css 51317af6e8 refactor(compiler): prefix all imported helpers to avoid scope collision hace 6 años

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.