- Configuring IndexedDB as Server Storage.
- Pagination table.
- Column Sort.
- Modal windows on CRUD operations.
- Notifications of the status of operations.
Tip
It is possible to generate a random data set (Button "Dev Install")
Warning
When validating fields, errors are not explained. Only highlighted
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodMade with createapp.dev