人机

惊鸿戏梦 3ba11b93ae udpate:inquiry il y a 2 jours
.vscode 449cef6ac3 new il y a 1 semaine
async-demo 91cc616fb2 new il y a 2 jours
newyouth-app 3ba11b93ae udpate:inquiry il y a 2 jours
newyouth-prod 856dd291e7 1 il y a 1 semaine
README.md cd2fbea015 1 il y a 6 jours
test.md 449cef6ac3 new il y a 1 semaine
text.md f1c6d26e70 1 il y a 4 jours

README.md

项目

项目结构

  • my-prod // 产品文档
  • my-app // 前端app项目

前端项目开发常用指令

# 打开前端代码目录
cd my-app
# 安装前端第三方包依赖
npm install
# 启动Ionic项目,进行调试
ionic serve