# oppor **Repository Path**: lzh2019/oppor ## Basic Information - **Project Name**: oppor - **Description**: vue3+element-plus开发的SPA-WEB管理系统-----前端工程 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-09 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oppor 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 或 cnpm install 或yarn install ``` ### Compile and Hot-Reload for Development ```sh npm run dev 或 cnpm run dev 或yarn run dev ``` ### Compile and Minify for Production ```sh npm run build 或 cnpm run build 或yarn run build ``` ### 预览build生成的dist包 ``` 1. npm install -g serve 2. serve -s dist (-s意思是将其架设在SPA模式下) ``` ### 删除 node_modules ``` 1. 安装 rimraf npm install rimraf -g 2. 使用命令删除 rimraf node_modules // 也可以删除其它文件夹或文件 ``` --- ![效果图1](./public/img/demo1.png) ![效果图2](./public/img/demo2.png) ![效果图3](./public/img/demo3.png)