Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shubhadip/vuex-typescript

boilerplate repository for vue 3 in typescript, dynamic code split && server-side rendering
https://github.com/shubhadip/vuex-typescript

boilerplate-template starter-template typescript vue vue3 vue3-project vue3-typescript vuejs

Last synced: 20 days ago
JSON representation

boilerplate repository for vue 3 in typescript, dynamic code split && server-side rendering

Awesome Lists containing this project

README

        

# vuex-typescript

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Run your end-to-end tests
```
yarn test:e2e
```

### Lints and fixes files
```
yarn lint
```

### serverside Builds
```
yarn build:ssr
```

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