first commit

This commit is contained in:
编码猿
2024-09-27 00:58:46 +08:00
commit 92916abf8f
156 changed files with 19331 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "vue-cli-plugin-autorouter",
"version": "1.3.3",
"description": "vue cli plugin to auto add router",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bmy",
"license": "ISC",
"dependencies": {
"glob": "^7.1.3",
"pify": "^4.0.1",
"vue-template-compiler": "^2.6.12"
},
"keywords": [
"vue",
"vue-cli",
"vue-router",
"autorouter"
],
"devDependencies": {}
}