vue3-core/packages/template-explorer
Evan You d56dec6b4a release: v3.2.31 2022-02-12 16:41:52 +08:00
..
src
README.md
index.html
local.html
package.json release: v3.2.31 2022-02-12 16:41:52 +08:00
style.css

README.md

Template Explorer

Live explorer for template compilation output.

To run:

  • npm run dev-compiler in repo root
  • When the compilation is done, in another terminal run npm run open

Note: index.html uses CDN for dependencies and is continuously deployed at https://template-explorer.vuejs.org. For local development, use the scripts above.