LiXuanqi / nuaa-shop-management-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuaa-shop-management-admin

This is the dashboard for the Nanjing University of Aeronautics and Astronautics's shop management system which supports users to register, login, shop owners to post own shop's information and reply comments, officers to manage, examine and approve the shops and comments.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Config

You can config the url for the backend server in /config folder.

./config
├── dev.env.js # developement
├── index.js
└── prod.env.js # production

Installing

git clone https://github.com/LiXuanqi/nuaa-shop-management-admin.git
cd nuaa-shop-management-admin
npm install
npm start

Open your browser and visit http://127.0.0.1:9528

Built With

Vue

Authors

  • Xuanqi Li - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:Vue 56.1%Language:JavaScript 39.8%Language:CSS 3.9%Language:HTML 0.2%