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

https://github.com/deverebor/learn-vuex

estudos sobre vue, vuex e etc
https://github.com/deverebor/learn-vuex

typescript vuejs vuex

Last synced: about 1 month ago
JSON representation

estudos sobre vue, vuex e etc

Awesome Lists containing this project

README

          

# learn-vuex

## Anotações

A baixo pode ser encontrado todas as anotações feitas para este "projeto"

[Anotações](./notes/README.md)

---

### Project Setup

```zsh
yarn install
```

#### Compiles and hot-reloads for development

```zsh
yarn serve
```

#### Compiles and minifies for production

```zsh
yarn build
```

#### Run your unit tests

```zsh
yarn test:unit
```

#### Lints and fixes files

```zsh
yarn lint
```

#### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).