Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idindrakusuma/vue-admin-starter-kit
Vue Admin Starter Kit Template with Vuetify and Vuex
https://github.com/idindrakusuma/vue-admin-starter-kit
admin-dashboard vue-starter-template vuetify
Last synced: 6 days ago
JSON representation
Vue Admin Starter Kit Template with Vuetify and Vuex
- Host: GitHub
- URL: https://github.com/idindrakusuma/vue-admin-starter-kit
- Owner: idindrakusuma
- License: mit
- Created: 2018-09-07T11:57:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T12:15:04.000Z (over 6 years ago)
- Last Synced: 2024-12-22T17:15:50.752Z (12 days ago)
- Topics: admin-dashboard, vue-starter-template, vuetify
- Language: Vue
- Homepage:
- Size: 14.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Admin Starter Kit
This starter kit was included,
- Vuetify.
- axios global mode and instance mode.
- Vuex Setup modules mode.
- ESlint.## How to run?
- `Clone` this repo to your local machine
- run `npm install`. Make sure your node version is more than 8 (8.x.x)
- rename `src/common/env.js.example` to `src/common/env.js`
- then, `npm run dev`
- open the browser and insert `localhost:8080` to your address bar.
- Cheers!### Faq :question:
### How to change theme? :arrows_counterclockwise:
- open the `src/main.js` then change the code
```js
Vue.use(Vuetify, {
theme: {
primary: colors.purple.base, // you cant change to hexa like #fffggg
secondary: colors.grey.darken1,
accent: colors.shades.black,
error: colors.red.accent3
},
options: {
themeVariations: ['primary', 'secondary', 'accent'],
extra: {
mainToolbar: {
color: 'primary',
},
sideToolbar: {
},
sideNav: 'primary',
mainNav: 'primary lighten-1',
bodyBg: '',
}
}
});
```
- And many more..---
This template was originaly from Michael Wang - https://github.com/tookit/vue-material-admin