- fix page titles
- update lists on addition and deletion changes
- error handling for store actions
- endpoints
- batch adding of users
- easier association of user groups to robots
Modules necessary for running and building the app won't be installed in production environment.
Make sure NODE_ENV
is not set to production when installing the modules.
npm install
npm run serve
npm run build
npm run lint