vue3-yuanma/packages/template-explorer
2021-10-08 17:09:18 -04:00
..
src build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 2021-09-02 09:53:57 -04:00
index.html build: add browser builds for @vue/compiler-sfc 2020-04-26 01:24:25 -04:00
local.html workflow: fix template explorer deps 2021-10-08 17:09:18 -04:00
package.json workflow: fix template explorer deps 2021-10-08 17:09:18 -04: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.