- Notifications
You must be signed in to change notification settings - Fork0
Free Customizable Data Grid Plugin that extends the functionality of the library with table component
NotificationsYou must be signed in to change notification settings
mdbootstrap/Data-Den
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Scripts
npm run start:[package] // start packagenpm run start:all // start all packagesnpm run build:[package] // build packagenpm run build:all // build all packagesnpm run test:[package] // test packagenpm run test:all // test all packages
NX Commands
npx nx run [package] // start packagenpx nx build [package] // build packagenpx nx run-many -t [script] // start/build/test multiple packagesnpx nx graph // show project dependencies
Publishing
npx nx release version --projects=[name1,name2] --dry-run // version update dry run for testingnpx nx release version --projects=[name1,name2] // version updatenpx nx release publish --projects=[name1,name2] --dry-run // publish dry run for testingnpx nx release publish --projects=[name1,name2] // publish
Check more commands here:https://nx.dev/nx-api/nx/documents/run