Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
package.json 578 Bytes
Copy Edit Raw Blame History
jhao authored 2019-05-25 19:11 . 改用browserify方式打包protolib.js
{
"name": "protojs",
"version": "1.0.0",
"description": "1. npm init -y 2. npm install google-protobuf 3. npm install --save-dev webpack 4. npm install --save-dev webpack-cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://192.168.0.6:3000/Client/protojs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"browserify": "^16.2.3",
"google-protobuf": "^3.7.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化