vue3-core/packages/template-explorer
renovate[bot] 879ea30ab8
chore(deps): update dependency monaco-editor to ^0.45.0 (#9803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:49:18 +08:00
..
src chore(template-explorer): Fix template-explorer highlighting (#8956) 2023-10-20 15:43:49 +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 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 chore(deps): update dependency monaco-editor to ^0.45.0 (#9803) 2023-12-11 10:49:18 +08:00
style.css chore(template-explorer): fix overflow screen problem (#7282) [ci skip] 2023-12-01 21:28:48 +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.