# little-rabbit-fresh-mall-front **Repository Path**: hide-yesterday/little-rabbit-fresh-mall-front ## Basic Information - **Project Name**: little-rabbit-fresh-mall-front - **Description**: 小兔仙商城vue3前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3 ## README # little-rabbit-fresh-mall-front This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` npm install element-plus --save //安装element-plus npm install -D unplugin-vue-components unplugin-auto-import //安装element-plus按需引入插件 安装sass npm install sass@1.78.0 --save-dev 或者不指定版本 npm install sass --save-dev 安装axios npm install axios