Skip to content

Topgt/midway-uim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Midway + uim

开发

  • 安装依赖
cnpm install
  • 启动前端
cd client && npm run start 
  • 启动后端
cd service && npm run local

打包

打包成功后会在项目目录生成dist文件夹,里面包含前端代码和后端代码

npm run build

部署

确认已经安装了pm2,没安装的安装pm2

  • 安装pm2
cnpm install pm2 -g
  • 安装项目依赖
cd dist && cnpm install --production
  • 使用pm2启动项目
cd dist && pm2 start pm2.yaml

其他

哈哈哈,我正在使用gitpod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published