https://github.com/bankole2000/vuetifydesigntips
Repo for the vuetify design tips talk
https://github.com/bankole2000/vuetifydesigntips
vuejs vuetify
Last synced: about 1 year ago
JSON representation
Repo for the vuetify design tips talk
- Host: GitHub
- URL: https://github.com/bankole2000/vuetifydesigntips
- Owner: Bankole2000
- Created: 2021-03-27T05:09:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T03:13:36.000Z (over 3 years ago)
- Last Synced: 2025-06-30T22:11:36.231Z (about 1 year ago)
- Topics: vuejs, vuetify
- Language: Vue
- Homepage: https://bankole2000.github.io/vuetifydesigntips/
- Size: 4.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetify-demo
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).