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.
- Host: GitHub
- URL: https://github.com/thealoneprogrammer/vue-vuetify-vuex-typescript-dashboard-starter
- Owner: thealoneprogrammer
- Created: 2020-11-12T00:09:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T00:47:30.000Z (over 4 years ago)
- Last Synced: 2024-12-27T15:11:01.394Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).