https://github.com/hongjungwan/vuetify-admin-template
https://github.com/hongjungwan/vuetify-admin-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hongjungwan/vuetify-admin-template
- Owner: HongJungWan
- Created: 2023-11-12T09:17:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-12T12:28:52.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:47:17.294Z (4 months ago)
- Language: Vue
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuetify-admin-template
## 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/).