# Vue-Element-UI-demo **Repository Path**: qingkongyihe/Vue-Element-UI-demo ## Basic Information - **Project Name**: Vue-Element-UI-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-04 - **Last Updated**: 2024-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue-Element-UI-demo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ``` vuetest01 ├─ .gitignore ├─ babel.config.js ├─ package-lock.json ├─ package.json ├─ public │ ├─ favicon.ico │ └─ index.html ├─ README.md └─ src ├─ App.vue ├─ assets │ └─ logo.png ├─ components │ └─ HelloWorld.vue ├─ index.vue ├─ main.js ├─ plugins │ ├─ axios.js │ └─ element.js ├─ router │ └─ index.js ├─ store │ └─ index.js └─ views ├─ About.vue ├─ AddStu.vue ├─ Home.vue ├─ PageFour.vue ├─ StuManage.vue └─ UpdStu.vue ```