vue3-yuanma/packages/template-explorer
Evan You 8449a9727c feat(compiler-core): switch to @babel/parser for expression parsing
This enables default support for parsing bigInt, optional chaining
    and nullish coalescing, and also adds the `expressionPlugins`
    compiler option for enabling additional parsing plugins listed at
    https://babeljs.io/docs/en/next/babel-parser#plugins.
2020-02-27 16:53:51 -05:00
..
src feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
index.html feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
local.html feat(compiler-core): switch to @babel/parser for expression parsing 2020-02-27 16:53:51 -05:00
package.json release: v3.0.0-alpha.7 2020-02-26 14:36:38 -05: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.