# vue3-ts-element-plus **Repository Path**: wooshiao/vue3-ts-element-plus ## Basic Information - **Project Name**: vue3-ts-element-plus - **Description**: vue3-ts-element-plus 是一个基于 vue3、ts、pinia、element-plus 免费开源的中后台模版。 项目集成了中后台常用的权限体系,为了做到精简粗暴,未使用mock、i18n等技术。 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-02-07 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, Pinia, element-plus ## README # Vue3 + ts + pinia vue3-ts-pinia 是一个基于 vue3、ts、pinia、element-plus 免费开源的中后台模版。 项目集成了中后台常有的权限体系,为了做到精简粗暴,未使用mock、i18n等技术。 组件功能后续不断完善。 详细文档更新中。。。 # 安装和使用 * 获取代码 ``` https://gitee.com/xiao-chuan-wu/vue3-ts-pinia.git ``` * 安装依赖 ``` cd vue3-ts-pinia npm i ``` * 运行 ``` npm run dev ```