2022年3月7日开始进行项目移植
# 克隆项目
git clone https://github.com/Konev37/vue3_vite.git
# 进入项目目录
cd vue3_vite
# 安装依赖
#yarn --registry=https://registry.npmmirror.com
#绕过ssl检查
yarn install --registry=https://registry.npmmirror.com --strict-ssl=false
# 启动服务
yarn dev
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:81