中心项目-人才库h5
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
胡玲 3c0f9e3dd1 Initial commit il y a 6 mois
src Initial commit il y a 6 mois
.env.dev Initial commit il y a 6 mois
.env.pro Initial commit il y a 6 mois
.env.test Initial commit il y a 6 mois
.eslintrc.js Initial commit il y a 6 mois
.gitignore Initial commit il y a 6 mois
README.md Initial commit il y a 6 mois
index.html Initial commit il y a 6 mois
jsconfig.json Initial commit il y a 6 mois
package.json Initial commit il y a 6 mois
vite.config.js Initial commit il y a 6 mois

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.