# saas **Repository Path**: liya1123/saas ## Basic Information - **Project Name**: saas - **Description**: Vite + Vue3 + Pinia 搭建项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-25 - **Last Updated**: 2022-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Vite ## 初始化项目 npm init vite 项目名 ## 安装router cnpm i vue-router -S ## reset.css 放入项目中 src/assets/css/reset.css ## 安装 element-plus npm i element-plus -S import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' ## 安装 axios npm i axios -S ## 安装插件 (自动引入) npm i unplugin-auto-import -D This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `