中心项目-人才库h5
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
胡玲 3c0f9e3dd1 Initial commit 6 个月前
src Initial commit 6 个月前
.env.dev Initial commit 6 个月前
.env.pro Initial commit 6 个月前
.env.test Initial commit 6 个月前
.eslintrc.js Initial commit 6 个月前
.gitignore Initial commit 6 个月前
README.md Initial commit 6 个月前
index.html Initial commit 6 个月前
jsconfig.json Initial commit 6 个月前
package.json Initial commit 6 个月前
vite.config.js Initial commit 6 个月前

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.