vue3-core/packages-private/template-explorer
renovate[bot] 4f4425e0df
chore(deps): update lint (#12887)
* chore(deps): update lint

* [autofix.ci] apply automated fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-02-17 14:26:56 +08:00
..
src workflow: move private packages to separate directory 2024-08-12 08:02:03 +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 fix(deps): update dependency monaco-editor to ^0.52.2 (#12560) 2024-12-16 10:49:05 +08:00
style.css chore(deps): update lint (#12887) 2025-02-17 14:26:56 +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.