@flast-erp/core
v1.0.23
Published
Shared core library for Flast ERP applications
Downloads
2,641
Readme
@flast-erp/core
Shared core library cho Flast ERP applications.
Cài đặt
npm install @flast-erp/core
# hoặc
yarn add @flast-erp/corePeer dependencies (cần cài trong project dùng)
yarn add react react-dom react-router-dom antd axios dayjs lodash i18next react-i18nextCấu trúc
@flast-erp/core
├── /components — React components (Form, RestLayout, Common, ...)
├── /hooks — Custom React hooks
├── /utils — Utility functions
└── /configs — Constants, configImport
import { useGetList } from "@flast-erp/core/hooks"
import { RestList } from "@flast-erp/core/components"