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