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
- Host: GitHub
- URL: https://github.com/deverebor/learn-vuex
- Owner: deverebor
- Created: 2021-11-29T16:12:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T13:07:51.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T15:24:41.294Z (8 months ago)
- Topics: typescript, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).