init commit
上级
正在显示
.gitignore
0 → 100644
.vscode/launch.json
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "qj-vue-cli", | ||
| "version": "0.1.0", | ||
| "description": "qj-vue-cli", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "watch-node": "nodemon dist/index.js", | ||
| "watch-ts": "tsc -w", | ||
| "dev": "concurrently \"npm run watch-ts\" \"npm run watch-node\"", | ||
| "build": "tsc", | ||
| "test": "mocha -r ts-node/register dist/**/*.test.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.allhome.com.cn:panyanan/vue-cli.git" | ||
| }, | ||
| "keywords": [ | ||
| "qj", | ||
| "vue", | ||
| "cli" | ||
| ], | ||
| "author": "panyanan", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@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" | ||
| } | ||
| } |
src/index.ts
0 → 100644
src/test/index.test.ts
0 → 100644
tsconfig.json
0 → 100644
请
注册
或者
登录
后发表评论