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