Skip to content

luffy-boy/devops-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools

后端代码

进入项目目录 cd web
本地开发 启动项目 bee run -gendoc=true -downdoc=true

前端代码

进入项目目录 cd web
安装依赖 npm install --registry=https://registry.npm.taobao.org
本地开发 启动项目 npm run dev