UNPKG

vmp-cli

Version:

vue多页面脚手架命令行工具

30 lines (29 loc) 629 B
{ "name": "vmp-cli", "version": "1.0.8", "description": "vue多页面脚手架命令行工具", "homepage": "https://github.com/presidentK/vue-mutipage-tmpl", "main": "", "bin": { "vmp": "./bin/vmp-cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue-mutipage-tmpl", "脚手架", "多页面" ], "author": "pf", "license": "ISC", "devDependencies": { "chalk": "^2.4.2", "commander": "^3.0.2", "git-clone": "^0.1.0", "inquirer": "^7.0.0", "loading-cli": "^1.0.8", "shelljs": "^0.8.3" }, "dependencies": {} }