# vue3-ts-admin-template **Repository Path**: wocwin/vue3.2-ts-webpack-element-puls-template ## Basic Information - **Project Name**: vue3-ts-admin-template - **Description**: vue3-ts-admin-template 是一个PC端后台管理系统模板,它是基于vue3.2+ts+vuex+webpack+element-plus。 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-05 - **Last Updated**: 2023-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, TypeScript, webpack, element-plus, Vuex ## README # vue3-ts-admin-template > vue3-ts-admin-template 是一个管理端模板解决方案,它是基于 vue3.2+ts+vuex+webpack+element-plus。
# [Vue3 基础组件传送门](https://gitee.com/wocwin/t-ui-plus) > 基于 Element-plus 二次封装基础组件地址 # [Vue2 基础组件传送门](https://gitee.com/wocwin/t-ui) > 基于 Element-ui 和 ant-design-vue 二次封装基础组件地址 # 安装使用 ```shell script # 安装依赖 npm install # 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run serve ``` ## 发布 ```shell script # 构建开发环境 npm run dev # 构建测试环境 npm run sit # 构建预uat环境 npm run uat # 构建生产环境 npm run prod ``` ## [Git 提交规范](https://npmmirror.com/package/dh-scm/v/0.1.26) **格式示例:** ```