## Mixly3.0 服务端 1.安装依赖 ```bash npm install ``` 2.脚本执行 - 调试 ```bash npm start ``` - 针对生产环境打包 ```bash npm run build:prod ```