This commit is contained in:
2025-11-24 11:37:59 +08:00
commit a1dd449880
10 changed files with 923 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "vue-template-editor",
"version": "1.0.0",
"description": "Vue模板编辑工具支持节点移动和交换",
"type": "module",
"scripts": {
"dev": "node demo.js",
"test": "node test-template-editor.js"
},
"dependencies": {
"@vue/compiler-dom": "^3.4.0"
},
"devDependencies": {},
"keywords": ["vue", "template", "editor", "ast"],
"author": "",
"license": "MIT"
}