https://github.com/ngramp/vuetify-globolist
https://github.com/ngramp/vuetify-globolist
vuetify3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngramp/vuetify-globolist
- Owner: ngramp
- Created: 2024-03-11T19:00:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T19:09:40.000Z (over 1 year ago)
- Last Synced: 2025-03-05T03:30:15.046Z (8 months ago)
- Topics: vuetify3
- Language: Vue
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# essentials
## Project setup
```
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
```
### Compiles and hot-reloads for development
```
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
```
### Compiles and minifies for production
```
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
```
### Lints and fixes files
```
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint
```
### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).