Create package.json
Showing
package.json
0 → 100644
{ | ||
"id": "hello-uvue", | ||
"name": "hello-uvue", | ||
"version": "1.0.0", | ||
"description": "uvue的vue语法示例工程", | ||
"main": "env.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"uvue", | ||
"uni-app2.0" | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"displayName": "helllo uvue" | ||
} |
想要评论请 注册 或 登录