https://github.com/fernandabitten/todo-list
Todo-list in vue.js 3
https://github.com/fernandabitten/todo-list
tailwind-css vue3 vuejs vuex
Last synced: about 1 year ago
JSON representation
Todo-list in vue.js 3
- Host: GitHub
- URL: https://github.com/fernandabitten/todo-list
- Owner: Fernandabitten
- Created: 2023-01-01T22:36:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T01:12:05.000Z (over 3 years ago)
- Last Synced: 2023-07-20T01:38:29.225Z (almost 3 years ago)
- Topics: tailwind-css, vue3, vuejs, vuex
- Language: Vue
- Homepage: https://vue-3-todo-list.netlify.app/
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo-List
Click here to access

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).