https://github.com/jannchie/vuetify-template
This is an out-of-the-box template that uses Vue.js 2.0 and Vuetify.js. Devoting to help users start projects faster.
https://github.com/jannchie/vuetify-template
Last synced: 4 months ago
JSON representation
This is an out-of-the-box template that uses Vue.js 2.0 and Vuetify.js. Devoting to help users start projects faster.
- Host: GitHub
- URL: https://github.com/jannchie/vuetify-template
- Owner: Jannchie
- Created: 2021-02-27T06:26:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T15:40:36.000Z (about 4 years ago)
- Last Synced: 2025-02-28T23:10:36.113Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vuetify-template.netlify.app/
- Size: 1.97 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetify-template
This is an out-of-the-box template that uses Vue.js 2.0 and Vuetify.js. Devoting to help users start projects faster.
[Online Demo Here](https://vuetify-template.netlify.app/)
## Project setup
``` bash
yarn install
```
### Compiles and hot-reloads for development
``` bash
yarn serve
```
### Compiles and minifies for production
``` bash
yarn build
```
### Lints and fixes files
``` bash
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).