Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DD-DeCaF/caffeine-vue
Caffeine frontend, a state-of-the-art web platform which puts model-guided and data-driven design into practice in industrial biotechnology.
https://github.com/DD-DeCaF/caffeine-vue
Last synced: 3 months ago
JSON representation
Caffeine frontend, a state-of-the-art web platform which puts model-guided and data-driven design into practice in industrial biotechnology.
- Host: GitHub
- URL: https://github.com/DD-DeCaF/caffeine-vue
- Owner: DD-DeCaF
- License: apache-2.0
- Created: 2019-04-09T07:18:41.000Z (over 5 years ago)
- Default Branch: devel
- Last Pushed: 2023-01-03T19:23:23.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T02:33:02.541Z (3 months ago)
- Language: Vue
- Homepage: https://caffeine.dd-decaf.eu
- Size: 8.23 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caffeine
[![Build Status](https://travis-ci.org/DD-DeCaF/caffeine-vue.svg?branch=devel)](https://travis-ci.org/DD-DeCaF/caffeine-vue)
[![DOI](https://zenodo.org/badge/137465781.svg)](https://zenodo.org/badge/latestdoi/137465781)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](http://dd-decaf.eu/) or visit the platform at [caffeine.dd-decaf.eu](https://caffeine.dd-decaf.eu/).
## Technology stack
* Frontend framework: [Vue](https://vuejs.org/)
* State management: [Vuex](https://vuex.vuejs.org/)
* Linting: [eslint](https://eslint.org/), [prettier](https://prettier.io/)
* Unit testing: [mocha](https://mochajs.org/) + [jsdom](https://github.com/jsdom/jsdom), assertion library is [chai](https://www.chaijs.com/) (see [vue-test-utils](https://vue-test-utils.vuejs.org/) for useful testing utilities)## Project setup
`npm install`### Development server
`npx vue-cli-service serve --port 4200`### Lint and fix files
`npx vue-cli-service lint`### Run unit tests
`npx vue-cli-service test:unit`### Run end-to-end tests
`npx vue-cli-service test:e2e`