中心项目-人才库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.
胡玲 695cf4dc4f 增加登录、注册、获取短信验证码、或者图形验证码接口 6 months ago
src 增加登录、注册、获取短信验证码、或者图形验证码接口 6 months ago
.env.dev Initial commit 6 months ago
.env.pro Initial commit 6 months ago
.env.test Initial commit 6 months ago
.eslintrc.js Initial commit 6 months ago
.gitignore Initial commit 6 months ago
README.md Initial commit 6 months ago
index.html Initial commit 6 months ago
jsconfig.json Initial commit 6 months ago
package.json Initial commit 6 months ago
vite.config.js Initial commit 6 months ago

README.md

inthospital

uniapp + vue3 + vite + vkvView

vkvView UI 地址:https://vkuviewdoc.fsq.pub/ uniapp 地址:https://uniapp.dcloud.net.cn/worktile/CLI.html# vite 地址:https://cn.vitejs.dev/guide/cli.html#dev-server

Build Setup

node 版本>16 使用 yarn

安装依赖

yarn

开发时构建

小程序: yarn dev:mp-weixin (开发) yarn test:mp-weixin (测试) h5: yarn dev:h5

打包构建

小程序: yarn build:mp-weixin h5: yarn build:h5

For detailed explanation on how things work, checkout the guide and docs for vue-loader.