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