Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkswan/vue-todos-vuex

A Vue todo app that uses Vuex for state management.
https://github.com/thinkswan/vue-todos-vuex

javascript tutorial vue vuex

Last synced: about 2 months ago
JSON representation

A Vue todo app that uses Vuex for state management.

Awesome Lists containing this project

README

        

# vue-todos-vuex

A Vue.js todo app that uses Vuex for state management.

Based on the following tutorial:

- [Traversy Media: Vuex Crash Course | State Management](https://www.youtube.com/watch?v=5lVQgZzLMHc)

## Get started

```
# Install dependencies
yarn install

# Start development server with hot reloading
yarn serve
open http://localhost:8080/

# Compile and minify for production
yarn build

# Lint and fix files
yarn lint
```

## Helpful docs

- [Vue.js guide](https://vuejs.org/v2/guide/)
- [Vue CLI guide](https://cli.vuejs.org/guide/)
- [Vuex guide](https://vuex.vuejs.org/guide/)