迁移项目至vue

v0.2.1->v0.3.0
项目迁移至[jingji_TSreference_vue](https://github.com/szhhwh/jingji_TSreference_vue)
This commit is contained in:
2023-08-09 10:15:15 +08:00
commit b5f3dc7270
148 changed files with 20573 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "jingji_tsreference_vue",
"version": "3.0.0",
"description": "jingji_TSreference_vue",
"license": "LGPL-3.0-only",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.66",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.66",
"vuepress-theme-hope": "2.0.0-beta.234"
}
}