A collection of reusable components designed to seamlessly integrate Vuetify One services throughout the Vuetify ecosystem
git clone https://github.com/vuetifyjs/one.git
cd one
pnpm install
pnpm dev
pnpm build
pnpm lint
import { VoAppBar, VoAuthBtn, VoSocialFooter } from '@vuetify/one'
export default {
components: {
VoAppBar,
VoAuthBtn,
VoSocialFooter
}
}
import { useAuthStore, useOneStore, useProductsStore } from '@vuetify/one'
const authStore = useAuthStore()
const oneStore = useOneStore()
Copyright (c) 2016-present Vuetify LLC
This project exists and thrives thanks to all the wonderful people who contribute 😍