https://github.com/osify/vuetify-starter
Starter Project Structure For Vuetify, Vuex, Vue-Router
https://github.com/osify/vuetify-starter
vue-router vuejs vuetify vuex
Last synced: 4 months ago
JSON representation
Starter Project Structure For Vuetify, Vuex, Vue-Router
- Host: GitHub
- URL: https://github.com/osify/vuetify-starter
- Owner: osify
- Created: 2019-07-26T22:16:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:26:34.000Z (over 5 years ago)
- Last Synced: 2025-07-10T23:53:58.529Z (12 months ago)
- Topics: vue-router, vuejs, vuetify, vuex
- Language: Vue
- Size: 249 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuetify-Starter
Learning or Starter Project with Vuex, Vue-router with a simple example there.
You can find on-going update at: https://github.com/osify/vuetify-starter
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).