https://github.com/sowinskibraeden/school-management-vue
The new Vue.js take for the front end client of the school-management-api project.
https://github.com/sowinskibraeden/school-management-vue
Last synced: 3 months ago
JSON representation
The new Vue.js take for the front end client of the school-management-api project.
- Host: GitHub
- URL: https://github.com/sowinskibraeden/school-management-vue
- Owner: SowinskiBraeden
- Created: 2023-01-11T02:50:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T00:44:08.000Z (over 2 years ago)
- Last Synced: 2025-01-21T07:43:23.258Z (5 months ago)
- Language: Vue
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# school-management-vue
The frontend website for a school management system accessible by staff and students.
This project is the basic application to serve the webpages and communicate with the [api](https://github.com/SowinskiBraeden/school-management-api)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).