vue3-core/packages-private/template-explorer
三咲智子 Kevin Deng 3d487184ea
chore: rename repo name
2024-10-05 15:59:15 +08:00
..
src chore: rename repo name 2024-10-05 15:59:15 +08:00
README.md workflow: move private packages to separate directory 2024-08-12 08:02:03 +08:00
_redirects workflow: move private packages to separate directory 2024-08-12 08:02:03 +08:00
index.html workflow: move private packages to separate directory 2024-08-12 08:02:03 +08:00
local.html workflow: move private packages to separate directory 2024-08-12 08:02:03 +08:00
package.json Merge remote-tracking branch 'upstream/main' 2024-09-17 10:33:35 +08:00
style.css workflow: move private packages to separate directory 2024-08-12 08:02:03 +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.