@vuetify/one
v2.6.3
Published
<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://vuetifyjs.b-cdn.net/docs/images/logos/vone-logo-dark.png"> <img alt="Vuetify One Logo" src="https://vuetifyjs.b-cdn.net/docs/images/logos/vone-logo-light.png"
Downloads
1,505
Readme
Overview
A collection of reusable components designed to seamlessly integrate Vuetify One services throughout the Vuetify ecosystem
Project Setup
git clone https://github.com/vuetifyjs/one.git
cd one
pnpm installDevelopment
pnpm devBuilding for Production
pnpm buildLinting
pnpm lintUsage
import { VoAppBar, VoAuthBtn, VoSocialFooter } from '@vuetify/one'
export default {
components: {
VoAppBar,
VoAuthBtn,
VoSocialFooter
}
}Store Integration
import { useAuthStore, useOneStore, useProductsStore } from '@vuetify/one'
const authStore = useAuthStore()
const oneStore = useOneStore()License
Copyright (c) 2016-present Vuetify LLC
This project exists and thrives thanks to all the wonderful people who contribute 😍
