沈阳玫苑物业管理前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
669 B

4 years ago
  1. ## 功能
  2. ```
  3. - 登录
  4. - 退出
  5. - 首页
  6. - 系统管理
  7. - 用户管理
  8. - 菜单管理
  9. - 角色管理
  10. ```
  11. ## 开发
  12. ```bash
  13. # 克隆项目
  14. git clone https://gitee.com/le-it/LAPP_FRONT_WY.git
  15. # 进入项目目录
  16. cd LAPP_FRONT_WY
  17. # 安装依赖
  18. npm install
  19. # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
  20. npm install --registry=https://registry.npm.taobao.org
  21. # 启动服务
  22. npm run dev
  23. ```
  24. 浏览器访问 http://localhost:9090
  25. ## 发布
  26. ```bash
  27. # 构建测试环境
  28. npm run build:stage
  29. # 构建生产环境
  30. npm run build:prod
  31. ```
  32. Copyright (c) 2021 le-it