Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinicius0026/properly-typed-vuex-stores
Vue + Vuex + TypeScript with fully type-checked Vuex Stores
https://github.com/vinicius0026/properly-typed-vuex-stores
Last synced: 3 days ago
JSON representation
Vue + Vuex + TypeScript with fully type-checked Vuex Stores
- Host: GitHub
- URL: https://github.com/vinicius0026/properly-typed-vuex-stores
- Owner: vinicius0026
- License: mit
- Created: 2020-05-14T00:05:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:24:48.000Z (almost 3 years ago)
- Last Synced: 2023-05-07T10:06:17.884Z (over 1 year ago)
- Language: Vue
- Size: 328 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# properly-typed-vuex-stores
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).