This project was generated with Vue CLI >= 3.
- bootstrap-vue: Used for styling the app read more here
- Vuelidate: Used to validate forms read more here
- window.localStorage: Used for storing datas into device storages. read more here
- vuedraggable: Used to drag tasks between Task-groups. read more here
- vue-select: Used for multiple selections in all select fields. read more here
- firebase: Used for hosting of the demo app. read more here
Need to install project dependencies depending on your packages manager
Run npm install
Or yarn
Run yarn serve
or npm serve
for a dev server. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run yarn test:unit
or npm run test
to execute the unit tests via Karma.
Run yarn test:e2e
or npm run e2e
to execute the end-to-end tests via Protractor.
You will find the working project here
You can help improve by adding any comment or creating a new issue here