# vue-vience-admin **Repository Path**: yunxii/vue-vience-admin ## Basic Information - **Project Name**: vue-vience-admin - **Description**: vue 后台管理项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-15 - **Last Updated**: 2021-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-vience-admin ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ``` vue-vience-admin ├─ .browserslistrc ├─ .editorconfig ├─ .eslintrc.js ├─ .gitignore ├─ babel.config.js ├─ package.json ├─ public │ ├─ favicon.ico │ └─ index.html ├─ README.md ├─ src │ ├─ App.vue │ ├─ assets │ │ └─ logo.png │ ├─ components │ │ └─ HelloWorld.vue │ ├─ main.js │ ├─ router │ │ └─ index.js │ ├─ store │ │ └─ index.js │ └─ views │ ├─ About.vue │ └─ Home.vue └─ yarn.lock ```