Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levidavidmurray/schedule-explorer
Schedule Explorer Demo built with Vue.js
https://github.com/levidavidmurray/schedule-explorer
Last synced: about 2 months ago
JSON representation
Schedule Explorer Demo built with Vue.js
- Host: GitHub
- URL: https://github.com/levidavidmurray/schedule-explorer
- Owner: levidavidmurray
- Created: 2020-01-08T20:32:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:48:19.000Z (about 2 years ago)
- Last Synced: 2023-03-05T21:21:58.266Z (almost 2 years ago)
- Language: Vue
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schedule Explorer
Based on [Julian Herbst's "Schedule Demo Explorer"](https://dribbble.com/shots/9357635-Schedule-Demo-Exploration?_=1578515130397#) on Dribble.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).