Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profcomff/timetable-webapp
Фронтэнд сервиса расписания студентов физфака
https://github.com/profcomff/timetable-webapp
frontend timetable-service
Last synced: 3 months ago
JSON representation
Фронтэнд сервиса расписания студентов физфака
- Host: GitHub
- URL: https://github.com/profcomff/timetable-webapp
- Owner: profcomff
- License: bsd-3-clause
- Created: 2021-11-29T21:33:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T20:50:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T01:23:05.985Z (almost 2 years ago)
- Topics: frontend, timetable-service
- Language: Vue
- Homepage:
- Size: 1.52 MB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI расписания физфака МГУ
Фронтенд приложения календаря ФФ МГУ. Используется вместе с [бэкэндом](https://github.com/profcomff/timetable-backend/).
## Project setup
```
yarn
```### Steps to test your Vue single-spa application:
Compiles and hot-reloads for development
1. Run 'yarn serve'
2. Go to http://app.test.profcomff.com/ and use [instrctions here](https://github.com/profcomff/.github/wiki/Frontend-%D1%80%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0) to setup### Compiles and minifies for production
```
yarn build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).