An open API service indexing awesome lists of open source software.

https://github.com/vuetifyjs/one

1️⃣ Reusable components for integrating Vuetify properties.
https://github.com/vuetifyjs/one

ecosystem vuetify

Last synced: 5 months ago
JSON representation

1️⃣ Reusable components for integrating Vuetify properties.

Awesome Lists containing this project

README

          


Vuetify One Logo

[![npm version](https://img.shields.io/npm/v/@vuetify/one.svg)](https://www.npmjs.com/package/@vuetify/one)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Overview

A collection of reusable components designed to seamlessly integrate Vuetify One services throughout the Vuetify ecosystem

## Project Setup

```bash
git clone https://github.com/vuetifyjs/one.git

cd one

pnpm install
```

## Development

```bash
pnpm dev
```

## Building for Production

```bash
pnpm build
```

## Linting

```bash
pnpm lint
```

## Usage

```js
import { VoAppBar, VoAuthBtn, VoSocialFooter } from '@vuetify/one'

export default {
components: {
VoAppBar,
VoAuthBtn,
VoSocialFooter
}
}
```
## Store Integration

```js
import { useAuthStore, useOneStore, useProductsStore } from '@vuetify/one'

const authStore = useAuthStore()
const oneStore = useOneStore()
```

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2016-present Vuetify LLC

----

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