https://github.com/nandomoreirame/52weeks
https://52weeks.nandomoreira.dev/
https://github.com/nandomoreirame/52weeks
52weeks babel challenge es6 eslint flux side-project sideproject vue vuejs vuex
Last synced: about 2 months ago
JSON representation
https://52weeks.nandomoreira.dev/
- Host: GitHub
- URL: https://github.com/nandomoreirame/52weeks
- Owner: nandomoreirame
- Created: 2019-09-04T23:44:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T17:00:47.000Z (almost 7 years ago)
- Last Synced: 2025-01-05T14:33:43.162Z (over 1 year ago)
- Topics: 52weeks, babel, challenge, es6, eslint, flux, side-project, sideproject, vue, vuejs, vuex
- Language: Vue
- Homepage: https://docs.google.com/spreadsheets/d/1Jj5CPsO988VSJvdOdCUlSqXhImioOT2iGh-UjYUA0LE/edit?usp=sharing
- Size: 324 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 52weeks
## 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/).