Skip to content

Overview

Works with both Vue 2 , Vue 3.

Installing

bash
# or pnpm or yarn
npm install @company-ui/vue
npm install @company-ui/style

Quick Start

ts
import '@company-ui/style';
import CompanyUI from '@company-ui/vue';
app.use(CompanyUI);

Released under the MIT License.