2.1.1 • Published 2 years ago

@blueconduit/copper-vue v2.1.1

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

copper-vue

This is a library of Vue components that implement BlueConduit's Copper design system. It depends on the @blueconduit/copper package for its styles. It uses Storybook to document the components and act as a development environment.

This project still needs some reorganizing done, but the Vue components live in the src/ directory.

Installing in another project

npm install @blueconduit/copper-vue

Note for users of version < 1.0.0

See the note in the root level README about updating your npm config.

Build process

We use the Vue CLI tool to help build the components in order to be published. The build command is:

pnpm build

You probably want to run that command from the root level rather than just this package. From the root level the pnpm build script setup will run the build command in every package simultaneously.

The Vue CLI looks at src/index.js as the entry point and traces all its imports to know what code to transpile and bundle for us. This gives us a our outputs in the dist/ directory.

Working on this package

Project setup

These two commands should be run at the root level

pnpm install
pnpm prepare

Run Storybook

Storybook acts as our development environment

pnpm storybook

Run your unit tests

pnpm test:unit

Lints and fixes files

pnpm lint

Customize configuration

See Configuration Reference.

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago