Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 584 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 584 Bytes

最近在找工作,各位大佬有工作推荐可以联系我,邮箱:[email protected]

若依APP Vue3版本

cli 方式创建的项目,已经配置好了uviewPlus

后端要用Java版本的若依

技术栈

  1. uni-app https://uniapp.dcloud.net.cn/
  2. Vue 3 https://cn.vuejs.org/guide/introduction.html
  3. uview-plus https://uview-plus.jiangruyi.com/

运行

# 安装依赖
yarn --registry=https://registry.npmmirror.com

# 启动h5服务
yarn dev:h5

# 构建h5
yarn build:h5

具体可参考:https://uniapp.dcloud.net.cn/worktile/CLI.html#uni-cli