https://github.com/mosinve/bored-app
https://github.com/mosinve/bored-app
activities boredom vuejs2 vuetify vuex
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mosinve/bored-app
- Owner: mosinve
- Created: 2019-07-04T16:35:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T20:17:03.000Z (over 1 year ago)
- Last Synced: 2025-02-26T15:49:44.193Z (over 1 year ago)
- Topics: activities, boredom, vuejs2, vuetify, vuex
- Language: JavaScript
- Homepage: https://bored-app.cih.now.sh/
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get-bored
## 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
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).