中心项目-人才库h5
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

669B

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.