Skip to content
/ one Public

Reusable components for integrating Vuetify properties.

Notifications You must be signed in to change notification settings

vuetifyjs/one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 22, 2025
9eed700 · Apr 22, 2025
Sep 16, 2024
Apr 22, 2025
Mar 8, 2024
Apr 19, 2025
Dec 31, 2023
Dec 13, 2023
Apr 9, 2025
Apr 9, 2025
Mar 21, 2024
Mar 8, 2024
Sep 16, 2024
Mar 14, 2024
Dec 13, 2023
Apr 9, 2025
Apr 9, 2025
Apr 10, 2025
Oct 5, 2024
Apr 22, 2025
Apr 17, 2025
Mar 8, 2024
Apr 2, 2025
Mar 12, 2024
Dec 20, 2023
Jul 6, 2024
Mar 8, 2024
Mar 19, 2025
Apr 2, 2025
Mar 24, 2024

Repository files navigation

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.