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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuetify One Logo

npm version License: MIT

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 install

Development

pnpm dev

Building for Production

pnpm build

Linting

pnpm lint

Usage

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

MIT

Copyright (c) 2016-present Vuetify LLC


This project exists and thrives thanks to all the wonderful people who contribute 😍



About

Reusable components for integrating Vuetify properties.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages