Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unistra/esup-schedulesy-frontend
Front-end pour MonEmploiDuTemps (une surcouche web tout support pour ADE)
https://github.com/unistra/esup-schedulesy-frontend
Last synced: 10 days ago
JSON representation
Front-end pour MonEmploiDuTemps (une surcouche web tout support pour ADE)
- Host: GitHub
- URL: https://github.com/unistra/esup-schedulesy-frontend
- Owner: unistra
- License: apache-2.0
- Created: 2020-04-30T09:26:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T12:15:31.000Z (about 1 year ago)
- Last Synced: 2024-04-16T02:00:02.512Z (7 months ago)
- Language: Vue
- Homepage: https://di.pages.unistra.fr/monemploidutemps/
- Size: 5.39 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unistra-schedule
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).