first commit
This commit is contained in:
23
vue-cli-plugin-autorouter/package.json
Normal file
23
vue-cli-plugin-autorouter/package.json
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user