Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 1.85 KB

File metadata and controls

83 lines (58 loc) · 1.85 KB
Vuetify One Logo

npm version npm downloads License: MIT Discord

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 😍