https://github.com/vuetifyjs/one
1️⃣ Reusable components for integrating Vuetify properties.
https://github.com/vuetifyjs/one
ecosystem vuetify
Last synced: 5 months ago
JSON representation
1️⃣ Reusable components for integrating Vuetify properties.
- Host: GitHub
- URL: https://github.com/vuetifyjs/one
- Owner: vuetifyjs
- License: mit
- Created: 2023-12-13T01:15:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T21:19:07.000Z (5 months ago)
- Last Synced: 2026-01-13T01:48:45.098Z (5 months ago)
- Topics: ecosystem, vuetify
- Language: Vue
- Homepage: https://vuetifyjs.com/
- Size: 996 KB
- Stars: 15
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

[](https://www.npmjs.com/package/@vuetify/one)
[](https://opensource.org/licenses/MIT)
## Overview
A collection of reusable components designed to seamlessly integrate Vuetify One services throughout the Vuetify ecosystem
## Project Setup
```bash
git clone https://github.com/vuetifyjs/one.git
cd one
pnpm install
```
## Development
```bash
pnpm dev
```
## Building for Production
```bash
pnpm build
```
## Linting
```bash
pnpm lint
```
## Usage
```js
import { VoAppBar, VoAuthBtn, VoSocialFooter } from '@vuetify/one'
export default {
components: {
VoAppBar,
VoAuthBtn,
VoSocialFooter
}
}
```
## Store Integration
```js
import { useAuthStore, useOneStore, useProductsStore } from '@vuetify/one'
const authStore = useAuthStore()
const oneStore = useOneStore()
```
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016-present Vuetify LLC
----
This project exists and thrives thanks to all the wonderful people who contribute 😍