vue3-yuanma/packages/template-explorer
2022-01-23 22:02:23 +08:00
..
src chore: update repo references 2022-01-18 16:43:59 +08:00
index.html build: add browser builds for @vue/compiler-sfc 2020-04-26 01:24:25 -04:00
local.html chore: fix template explorer local css link 2021-12-06 09:46:05 +08:00
package.json release: v3.2.29 2022-01-23 22:02:23 +08:00
README.md workflow: move to pnpm (#4766) 2021-10-08 14:23:30 -04: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:

  • 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://vue-next-template-explorer.netlify.com/. For local development, use the scripts above.