erp-hust
v0.0.21
Published
A library for common frontend components of the projects https://github.com/dungkhmt/openerp-micro-service and https://github.com/dungkhmt/openerp
Readme
erp-hust
A library for common frontend components of the projects https://github.com/dungkhmt/openerp-micro-service and https://github.com/dungkhmt/openerp
How to run this library locally
For those who are not familiar with ReactJS, run this command to install dependencies
npm i -fThen run storybook for components preview:
npm run storybookHow to use this library for your project
npm i -f erp-hustNow you can import the component as usual, for example:
import {StandardTable} from "erp-hust/lib/StandardTable";