@pro-rodmundur/proresult-vuicl v0.21.7
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
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago