This is the frontend client for Caffeine, a state-of-the-art web platform with the goal to put model-guided and data-driven design into practice in industrial biotechnology.
For more information, see dd-decaf.eu or visit the platform at caffeine.dd-decaf.eu.
- Frontend framework: Vue
- State management: Vuex
- Linting: eslint, prettier
- Unit testing: mocha + jsdom, assertion library is chai (see vue-test-utils for useful testing utilities)
npm install
npx vue-cli-service serve --port 4200
npx vue-cli-service lint
npx vue-cli-service test:unit
npx vue-cli-service test:e2e