/vue-admin-system

An admin system based on Vue and Element-UI

Primary LanguageVue

Illustration

This is one of the two front-end projects of a full-stack online shopping mall project, including functions such as login, search, addition/deletion/update/query of user/category/product, etc.

It has been deployed on AWS. If you want to visit it, please click here.

Repository of back-end project

Repository of the other front-end project (haven't been finished......)

Tech Stack

Vue + Vue-Router + Vuex + Axios + Element-UI + Less + Rich Text Editor + ECharts

Run Project

1. Clone project

git clone https://github.com/xmz0601/vue-admin-system.git

2. Project setup

cd vue-admin-system
npm install

3. Compiles and hot-reloads for development

npm run serve

4. Compiles and minifies for production

npm run build

5. Lints and fixes files

npm run lint