๐Ÿ“ฆ vuetifyjs / one

1๏ธโƒฃ Reusable components for integrating Vuetify properties.

โ˜… 15 stars โ‘‚ 4 forks ๐Ÿ‘ 15 watching โš–๏ธ MIT License
ecosystemvuetify
๐Ÿ“ฅ Clone https://github.com/vuetifyjs/one.git
HTTPS git clone https://github.com/vuetifyjs/one.git
SSH git clone git@github.com:vuetifyjs/one.git
CLI gh repo clone vuetifyjs/one
Henry Aviles Henry Aviles chore: release v2.13.1 6b6a9c9 4 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“ test
๐Ÿ“„ .editorconfig
๐Ÿ“„ .env.example
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ .nvmrc
๐Ÿ“„ auto-imports.d.ts
๐Ÿ“„ CLAUDE.md
๐Ÿ“„ eslint.config.js
๐Ÿ“„ index.html
๐Ÿ“„ LICENSE.md
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.node.json
๐Ÿ“„ vite.config.ts
๐Ÿ“„ vitest.config.ts
๐Ÿ“„ README.md
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 ๐Ÿ˜