# vue3antdjs **Repository Path**: veryxu_admin/vue3antdjs ## Basic Information - **Project Name**: vue3antdjs - **Description**: vite3+vue3+antd+js项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-20 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 全局安装vite3版本 (vite3对应的node最低版本14) npm install -g vite@3.2.3 ## 创建项目 npm create vite@3 my-app -- --template vue ## 启动项目 cd my-app npm install npm run dev ## 引入vue-router npm install vue-router ## 引入Antd4.1.2 npm install ant-design-vue@4.1.2 --save ## 安装pinia npm install pinia