Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dberri/todo-vue
Can you even say you know a Javascript framework if you don't build a To Do app? 🤔
https://github.com/dberri/todo-vue
todoapp vue
Last synced: about 1 month ago
JSON representation
Can you even say you know a Javascript framework if you don't build a To Do app? 🤔
- Host: GitHub
- URL: https://github.com/dberri/todo-vue
- Owner: dberri
- Created: 2019-11-06T23:57:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:20:51.000Z (about 2 years ago)
- Last Synced: 2024-10-28T16:54:18.408Z (3 months ago)
- Topics: todoapp, vue
- Language: Vue
- Homepage: https://vue-2do.netlify.com/
- Size: 4.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-vue
[![Netlify Status](https://api.netlify.com/api/v1/badges/69f30ebf-4077-4015-8d91-5c131af633fa/deploy-status)](https://app.netlify.com/sites/vue-2do/deploys)
## [DEMO](https://vue-2do.netlify.app/)
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).