1 Star 0 Fork 2

longmain/loan-weex

forked from chuangqish/loan-weex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Duke 提交于 2017-11-01 18:05 . init
{
"name": "loan-weex",
"version": "1.0.0",
"description": "贷款超市weex版本",
"main": "index.js",
"keywords": [
"weex",
"vue",
"hackernews",
"javascript",
"android",
"ios"
],
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"copy:android": "cp dist/index.weex.js android/app/src/main/assets/index.js",
"copy:ios": "cp dist/index.weex.js ios/assets/index.js",
"copy": "npm run copy:android && npm run copy:ios",
"serve": "serve -p 1337",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=4.0"
},
"author": "Hanks <zhanghan.me@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"vue": "^2.1.10",
"vue-router": "^2.1.1",
"vuex": "^2.1.1",
"vuex-router-sync": "^4.0.1",
"weex-vue-render": "^0.2.0"
},
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"serve": "^1.4.0",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"weex-loader": "^0.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/longmain/loan-weex.git
git@gitee.com:longmain/loan-weex.git
longmain
loan-weex
loan-weex
master

搜索帮助