添加文件生成功能,支持自定义文件模板
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
"description": "YAPI",
|
||||
"main": "server/app.js",
|
||||
"scripts": {
|
||||
"dev-copy-icon": "cp -r static/iconfont ./",
|
||||
"dev-copy-icon": "copy static\\iconfont .\\",
|
||||
"dev-server": " nodemon server/app.js dev -L",
|
||||
"install-server": " node server/install.js",
|
||||
"dev-client": "npm run dev-copy-icon && ykit s -p 4000",
|
||||
"dev-client": "ykit s -p 4000",
|
||||
"dev": "npm run dev-server & npm run dev-client",
|
||||
"start": " node server/app.js",
|
||||
"test": "ava",
|
||||
|
||||
Reference in New Issue
Block a user