https://github.com/rossta/weekly-todo-vue
Weekly TODO list in Vue.js
https://github.com/rossta/weekly-todo-vue
Last synced: 8 months ago
JSON representation
Weekly TODO list in Vue.js
- Host: GitHub
- URL: https://github.com/rossta/weekly-todo-vue
- Owner: rossta
- Created: 2017-10-19T09:07:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T22:14:16.000Z (over 7 years ago)
- Last Synced: 2025-10-11T09:10:00.726Z (8 months ago)
- Language: Vue
- Homepage: https://weekly-todo.netlify.com
- Size: 627 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weekly todo
A TODO list project in Vue.js inspired by the weekly TODO bullet journal from [@bluelahe](https://www.instagram.com/bluelahe) described in [this BuzzFeed article](https://www.buzzfeed.com/rachelwmiller/this-running-weekly-to-do-list-setup-is-low-key-ge)
## Demo
The [demo site](https://quirky-mccarthy-91fc00.netlify.com/) contains the latest work-in-progress.
[](https://quirky-mccarthy-91fc00.netlify.com/)
## Project setup
```
yarn install
```
### 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/).