中心项目-人才库h5
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.

README.md 669B

6 months ago
123456789101112131415161718192021222324252627282930313233
  1. # inthospital
  2. > uniapp + vue3 + vite + vkvView
  3. vkvView UI 地址:https://vkuviewdoc.fsq.pub/
  4. uniapp 地址:https://uniapp.dcloud.net.cn/worktile/CLI.html#
  5. vite 地址:https://cn.vitejs.dev/guide/cli.html#dev-server
  6. ## Build Setup
  7. node 版本>16
  8. 使用 yarn
  9. # 安装依赖
  10. yarn
  11. # 开发时构建
  12. 小程序:
  13. yarn dev:mp-weixin (开发)
  14. yarn test:mp-weixin (测试)
  15. h5:
  16. yarn dev:h5
  17. # 打包构建
  18. 小程序:
  19. yarn build:mp-weixin
  20. h5:
  21. yarn build:h5
  22. For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).