Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnked/vue-vuex-typescript-starter
Vue, Vuex, Typescript
https://github.com/lnked/vue-vuex-typescript-starter
Last synced: 8 days ago
JSON representation
Vue, Vuex, Typescript
- Host: GitHub
- URL: https://github.com/lnked/vue-vuex-typescript-starter
- Owner: lnked
- Created: 2019-06-06T06:36:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:20:45.000Z (about 2 years ago)
- Last Synced: 2024-11-17T04:08:42.134Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 3.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-vuex-typescript-starter
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).