dinocollab-core
v2.1.36
Published
Dinocollab core - libraries for building collaborative applications with React 18
Downloads
1,749
Readme
🦕 DinoCore
DinoCore là một tập hợp các thành phần và công cụ hỗ trợ với TypeScript + React. Cung cấp thành phần thiết yếu như: form, table, api global,...
📥 Cài đặt
npm install dinocollab-core@latest📥 Cài đặt các thư viện phụ thuộc
dependencies:
pnpm add @mui/[email protected] @mui/[email protected] [email protected] [email protected] @mui/[email protected] @mui/[email protected] [email protected] [email protected] [email protected] [email protected]dev dependencies:
pnpm add @types/[email protected] -D📦 Build npm - dinocollab-core
npm version <patch|minor|major>
npm run build
npm publish| Lệnh | Tác dụng |
| ------------------- | --------------------------------------- |
| npm version patch | Tăng PATCH (ví dụ: 1.2.3 → 1.2.4) |
| npm version minor | Tăng MINOR (ví dụ: 1.2.3 → 1.3.0) |
| npm version major | Tăng MAJOR (ví dụ: 1.2.3 → 2.0.0) |
💡 Mỗi lệnh npm version sẽ tự động cập nhật package.json.
Bạn có thể thêm tuỳ chọn --no-git-tag-version nếu không muốn tạo git tag:
npm version <patch|minor|major> --no-git-tag-version