# vue-admin **Repository Path**: wenlongyang/vue-admin ## Basic Information - **Project Name**: vue-admin - **Description**: vue后台管理系统基础模版,axios请求拦截,vue后台权限管理,vue常用组件等 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin

vue element-ui Build Status

## Preparation You need to install [node](https://nodejs.org/) and [git](https://git-scm.com/) locally. The project is based on [ES2015+](https://es6.ruanyifeng.com/), [vue](https://cn.vuejs.org/index.html), [vuex](https://vuex.vuejs.org/zh-cn/), [vue-router](https://router.vuejs.org/zh-cn/), [vue-cli](https://github.com/vuejs/vue-cli) , [axios](https://github.com/axios/axios) and [element-ui](https://github.com/ElemeFE/element), all request data is simulated using [Mock.js](https://github.com/nuysoft/Mock). Understanding and learning this knowledge in advance will greatly help the use of this project. ## Blog [我的网站](http://www.along.ink/vue) [语雀](https://www.yuque.com/along-n3gko/ezt5z9) ## Introduce A Vue project records the knowledge points learned. At present, it contains background management system permissions, Axios request encapsulation, and some common function points, which will be continuously updated later. ## Project ``` - Vue-admin - public - src - assets - css - images - js - components - common - mock - router - router - store - view - main.js - App.vue ``` ## Getting started ```bash # clone the project git clone https://github.com/YangWenLong123/vue-admin.git # enter the project directory cd vue-admin # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:8080 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ```