first commit

This commit is contained in:
编码猿
2024-09-27 01:00:10 +08:00
commit b00667a14d
12 changed files with 886 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "vue-cli-plugin-tsx-autorouter",
"version": "1.3.8",
"description": "vue cli plugin to auto add router tsx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bmy",
"license": "ISC",
"dependencies": {
"@babel/generator": "^7.11.4",
"@babel/types": "^7.11.0",
"@babel/parser": "^7.11.4",
"glob": "^7.1.3",
"pify": "^4.0.1"
},
"keywords": [
"vue",
"vue-cli",
"vue-router",
"autorouter"
],
"devDependencies": {}
}