合并分支 'dev-feat/#6' 到 'dev'
从 dev-feat/#6 合并到 dev 查看合并请求 Platform/UPA/UPA_QJCLI/UPA_QJCLI!8
正在显示
.npmignore
0 → 100644
差异被折叠。
点击展开。
{ | ||
"name": "qj-vue-cli", | ||
"version": "0.1.0", | ||
"name": "qj-cli", | ||
"version": "0.1.5", | ||
"description": "qj-vue-cli", | ||
"main": "index.js", | ||
"bin": { | ||
... | ... | @@ -11,8 +11,8 @@ |
"watch-bin": "nodemon dist/bin/index.js create vue2.0 hello", | ||
"dev": "concurrently \"npm run watch-ts\" \"npm run watch-bin\"", | ||
"build": "tsc", | ||
"dev-link": "npm run build && npm unlink && npm link", | ||
"test": "mocha -r ts-node/register src/test/**/*.test.ts" | ||
"test-ts": "mocha -r ts-node/register src/test/**/*.test.ts", | ||
"test": "mocha dist/test/**/*.test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -29,13 +29,13 @@ |
"@types/commander": "^2.12.2", | ||
"@types/cross-spawn": "^6.0.1", | ||
"@types/fs-extra": "^8.0.1", | ||
"@types/inquirer": "^6.5.0", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.17", | ||
"@types/power-assert": "^1.5.2", | ||
"concurrently": "^5.0.1", | ||
"mocha": "^6.2.2", | ||
"nodemon": "^2.0.2", | ||
"power-assert": "^1.6.1", | ||
"ts-node": "^8.5.4", | ||
"typescript": "^3.7.3" | ||
}, | ||
... | ... | @@ -45,6 +45,8 @@ |
"cross-spawn": "^7.0.1", | ||
"execa": "^3.4.0", | ||
"fs-extra": "^8.1.0", | ||
"ora": "^4.0.3" | ||
"inquirer": "^7.0.1", | ||
"ora": "^4.0.3", | ||
"power-assert": "^1.6.1" | ||
} | ||
} |
src/lib/create.ts
0 → 100644
src/lib/create_vue2.ts
0 → 100644
请
注册
或者
登录
后发表评论