Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).