# vue3+vite+ts+pinia+antd+less **Repository Path**: lixin_ajax/vue3-vite-ts-pinia-antd-less ## Basic Information - **Project Name**: vue3+vite+ts+pinia+antd+less - **Description**: 空白的vue3架子,使用antd ui,适用于PC端后台管理系统一类的开发。 架子没有任何页面,基本无需删除任何代码,拉取便可直接用于开发。 如果有帮助到各位朋友还请点个小心心哦 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-11-07 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Vite + Typescript + vue-router + pinia + antd + less ## 项目已有功能 ``` - 开箱即用,已配置组件使用svg, - 已配置pinia仓库 - 已配置axios - 已配置antd ui - 已配置格式化eslint + prettier + Vue.volar - 已配置unplugin-auto-import按需自动引入 ``` ``` antd ui:https://www.antdv.com/components/overview-cn ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn dev ``` ### Compiles and minifies for production ``` yarn build ```