实现流支付功能
本地搭建后端环境每次生成adress不同,需替换前端utils/*instance.js中的adress
- node环境( >= 8 的最新LTS版本 )
- vue
npm install
npm run dll
npm start
使用eslint
校验代码
git commit
使用commitlint
检验提交信息,提交时会按照类似[feature #123] 提交信息
的格式校验
- 测试环境打包:
npm run build:test
- 预发环境打包:
npm run build
- 执行
npm cache verify
或npm cache clean --force
- 重启bash窗口
- 若项目中生成过
package-lock.json
文件,则把它删除 - 执行
npm install