https://github.com/vuetifyjs/one
Reusable components for integrating Vuetify properties.
https://github.com/vuetifyjs/one
Last synced: 4 months ago
JSON representation
Reusable components for integrating Vuetify properties.
- Host: GitHub
- URL: https://github.com/vuetifyjs/one
- Owner: vuetifyjs
- Created: 2023-12-13T01:15:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T06:54:55.000Z (7 months ago)
- Last Synced: 2024-12-28T10:38:55.954Z (6 months ago)
- Language: Vue
- Homepage: https://one.vuetifyjs.com
- Size: 813 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# essentials
## Project setup
```
# yarn
yarn# npm
npm install# pnpm
pnpm install# bun
bun install
```### Compiles and hot-reloads for development
```
# yarn
yarn dev# npm
npm run dev# pnpm
pnpm dev# bun
bun run dev
```### Compiles and minifies for production
```
# yarn
yarn build# npm
npm run build# pnpm
pnpm build# bun
bun run build
```### Lints and fixes files
```
# yarn
yarn lint# npm
npm run lint# pnpm
pnpm lint# bun
bun run lint
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).