# managementbg **Repository Path**: kelaiy/managementbg ## Basic Information - **Project Name**: managementbg - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-09 - **Last Updated**: 2024-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # To start This is a project template for [vue-cli](https://github.com/vuejs/vue-cli) ``` bash # install dependencies npm install # serve with hot reload at localhost:8081 npm run dev # build for production with minification npm run build ``` # Folder structure * build - webpack config files * config - webpack config files * dist - build * src -your app * api * assets * common * components - your vue components * mock * styles * views - your pages * vuex * App.vue * main.js - main file * routes.js * static - static assets # Theme You can change theme by 1. Generate theme packages by [https://elementui.github.io/theme-preview/#/](https://elementui.github.io/theme-preview/#/) 2. Put theme packages in src/assets/theme/ 3. Edit src/main.js ``` bash import 'element-ui/lib/theme-default/index.css' to import './assets/theme/your-theme/index.css' ``` # Browser support Modern browsers and IE 10+. # License [MIT](http://opensource.org/licenses/MIT)