https://github.com/maechabin/vuex-typescript-sample
https://github.com/maechabin/vuex-typescript-sample
sample typescript vue vuex
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maechabin/vuex-typescript-sample
- Owner: maechabin
- Created: 2018-08-08T16:38:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T17:08:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T17:44:04.081Z (over 1 year ago)
- Topics: sample, typescript, vue, vuex
- Language: TypeScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex-typescript-sample
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```