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

https://github.com/thealoneprogrammer/vue-vuetify-vuex-typescript-dashboard-starter

A Dashboard starter that can make your life easier by providing support for Vue2.x with support for Composition API and Typescript by making use of Vuetify2.x with all prebuild dashboard layout and global loader and snackbar plugins.
https://github.com/thealoneprogrammer/vue-vuetify-vuex-typescript-dashboard-starter

Last synced: 4 months ago
JSON representation

A Dashboard starter that can make your life easier by providing support for Vue2.x with support for Composition API and Typescript by making use of Vuetify2.x with all prebuild dashboard layout and global loader and snackbar plugins.

Awesome Lists containing this project

README

        

# vue3-vuetify-vuex-typescript-dashboard-starter

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

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

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

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

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