部署指南

1. 微信小程序部署

代码仓库地址

MoneyDodo小程序要求基础库版本为2.6.1以上。小程序部署相对比较简单,主要借助微信开发者工具即可完成部署。部署小程序的完整步骤如下:

2. web项目

项目地址:传送门

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

3. 后台服务器部署

shell脚本部署服务器:

docker容器部署