This is the front-end code of the Educational Administration System for Course Selection.
It includes three user permissions: 1. student course selection end, 2. teacher course opening end, 3. administrator end.
- JavaScript
- Vue
- Webpack
- Vue-cli
- Element
To run the project on your local machine, follow the steps below:
- Clone the repository to your local machine.
- Install the necessary dependencies by running
npm install
. - Start the development server by running
npm run serve
. - Access the project at
http://localhost:8080
.