vue3-core/packages/template-explorer
三咲智子 Kevin Deng 4468a2bea8
Merge tag 'v3.5.0-beta.1'
2024-08-09 00:55:35 +08:00
..
src feat(template-explorer): add vapor option 2024-06-20 19:11:11 +08:00
README.md chore: remove next references [ci skip] 2022-02-07 12:16:22 +08:00
_redirects chore: add redirect for template explorer 2023-03-26 10:01:53 +08:00
index.html style: format html&markdown files (#11531) 2024-08-07 10:57:18 +08:00
local.html style: format html&markdown files (#11531) 2024-08-07 10:57:18 +08:00
package.json Merge remote-tracking branch 'upstream/minor' 2024-07-19 18:52:32 +08:00
style.css style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00

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.