Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralitsavoronevska/vue-2-todo-list
This is the TodoList app v1.0.0.
https://github.com/ralitsavoronevska/vue-2-todo-list
netlify-deployment todo-list vue
Last synced: 23 days ago
JSON representation
This is the TodoList app v1.0.0.
- Host: GitHub
- URL: https://github.com/ralitsavoronevska/vue-2-todo-list
- Owner: ralitsavoronevska
- License: mit
- Created: 2022-05-24T19:19:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T08:01:41.000Z (over 2 years ago)
- Last Synced: 2024-11-10T12:43:42.862Z (3 months ago)
- Topics: netlify-deployment, todo-list, vue
- Language: Vue
- Homepage: https://vue-2-todo-list.netlify.app
- Size: 23.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-2-todo-list
This is the TodoList app v1.0.0.
It is part of the [Vue JS Crash Course (2019) [Traversy Media]](https://www.youtube.com/watch?v=Wy9q22isx3U).
And it is deployed using Netlify following [Deploy Websites In Seconds With Netlify [Traversy Media]](https://youtu.be/bjVUqvcCnxM)## 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/).