0.13.1 • Published 2 years ago

@bcc-code/vue-components v0.13.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

BCC Vue Component Library

This library is a collection of components that conform to the BCC Design System, implemented in Vue.js and styled with Tailwind CSS.

Installation & Usage

Refer to the documentation for installation instructions and to Storybook for interactive example of the components and their variants.

Developing the package locally

Recommended IDE Setup

VSCode with the following plugins:

Add the following to .vscode/settings.json to enable Tailwind Intellisense in places where the cva package is used for building classes:

    "tailwindCSS.experimental.classRegex": [
        ["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
    ]

Get started

Install dependencies:

npm ci

Then run Storybook when developing components to have a live reloading server to test them:

npm run storybook

Run a live reloading unit test server:

npm run test:unit

Building for production

To build the package for production, including types and icons, run:

npm run build

License

This package is licensed under the Apache 2.0 license.

0.13.0

2 years ago

0.13.1

2 years ago

0.12.0

2 years ago

0.12.1

2 years ago

0.0.0-dev.925087

2 years ago

0.10.0

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.9.0

2 years ago

0.9.1

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.3

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.4

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago