0.21.7 • Published 4 years ago

@pro-rodmundur/proresult-vuicl v0.21.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

proresult-vuicl

This is a Vue component library for Proresult Vue applications. The implementations use Material Design, and Vuetify. This project uses Storybook wich is hosted here. Rollup is used for module bundling.

Usage

Import the plugin and install it.

// main.ts
import ProComponents from '@pro-rodmundur/proresult-vuicl';

Vue.use(ProComponents);

Use the components througout your app (name and functionality listed in storybook static website).

<pro-button>Hey from component library</pro-button>
<pro-alert />

Work flow

Branch out from Master branch and make a Pull Request.

CI/CD

Master builds and publishes a new Storybook static to the azure storage container holding the website. There is also a NPM publish step publishing a new version to the npm registry.

Project setup

npm install

Run storybook

npm run storybook

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Documentation

0.21.7

4 years ago

0.21.6

4 years ago

0.21.5

4 years ago

0.21.4

4 years ago

0.21.3

4 years ago

0.21.2

4 years ago

0.20.1

4 years ago

0.21.0

4 years ago

0.20.0

4 years ago

0.19.0

4 years ago

0.13.0

4 years ago

0.15.0

4 years ago

0.16.0

4 years ago

0.17.0

4 years ago

0.18.0

4 years ago

0.12.0

4 years ago

0.10.0

4 years ago

0.11.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago