Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shubhadip/vuex-typescript
- Owner: shubhadip
- Created: 2020-10-29T04:16:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T03:20:31.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:51:49.231Z (about 1 month ago)
- Topics: boilerplate-template, starter-template, typescript, vue, vue3, vue3-project, vue3-typescript, vuejs
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 71
- Watchers: 4
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/).