|
hace 2 años | |
---|---|---|
public | hace 3 años | |
src | hace 2 años | |
.env.development | hace 3 años | |
.env.production | hace 3 años | |
.env.staging | hace 3 años | |
.gitignore | hace 3 años | |
README.md | hace 3 años | |
babel.config.js | hace 3 años | |
package-lock.json | hace 3 años | |
package.json | hace 3 años | |
postcss.config.js | hace 3 años | |
tsconfig.json | hace 3 años | |
vue.config.js | hace 2 años |
npm install
// H5
npm run dev
// 微信小程序
npm run dev:mp-weixin
// 支付宝小程序
npm run dev:mp-alipay
// 微信小程序
npm run build:mp-weixin
// 支付宝小程序
npm run build:mp-alipay
// 测试环境
npm run build:h5:stage
// 生产环境
npm run build:h5:prod