# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).