# wit-admin-uni **Repository Path**: taiping520/wit-admin-uni ## Basic Information - **Project Name**: wit-admin-uni - **Description**: uni-app, Vue3,Vite,Pinia - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-20 - **Last Updated**: 2023-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Nest Logo

# wit-UI v1.1 Vue3 [Wit-admin](https://gitee.com/taiping520/wit-master) 是一个完全 **开源免费** 的企业中后台产品前端集成方案,使用最新的前端技术栈,已经做好大部分项目前期准备工作,并且带有大量示例代码,助力管理系统敏捷开发。 **中文** | [English]() ## 预览 ![Deploy preview](https://github.com/d2-projects/d2-admin-start-kit/workflows/Deploy%20preview/badge.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/08ff8c93-f0a8-497a-a081-440b31fb3aa4/deploy-status)](https://app.netlify.com/sites/d2-admin-start-kit/deploys) 下列访问地址均由最新的 vue3 分支代码同时构建部署,访问效果完全一致,请根据自身网络情况选择合适的访问链接。 >vue2 请移步 [https://gitee.com/taiping520/wit-ui](https://gitee.com/taiping520/wit-ui) [//]: # (| 位置 | 链接 | 部署位置 |) [//]: # (| --- | --- | --- |) [//]: # (| d2.pub | [preview](https://d2.pub/d2-admin-start-kit/preview) | 中国服务器 |) [//]: # (| cdn.d2.pub | [preview](https://cdn.d2.pub/d2-admin-start-kit/preview) | 七牛云 CDN |) [//]: # (| github | [preview](https://d2-projects.github.io/d2-admin-start-kit) | GitHub pages |) [//]: # (| netlify | [preview](https://d2-admin-start-kit.netlify.com) | Netlify CDN |) ## 其它同步仓库 | 位置 | 链接 | | --- |----------------------------------------------------------------------------------------------------| | 码云 | [https://gitee.com/taiping520/wit-ui/tree/master/](https://gitee.com/taiping520/wit-ui/tree/vue3/) | > 如果您在 github 仓库下载很慢,可以尝试使用我们的码云仓库克隆代码 ## 依赖安装 ``` yarn install ``` ### 开发环境运行 ``` yarn serve ``` ### 项目打包 ``` yarn build ```