Laboratory Information System - Open Source
- lis_ui: Vue SPAs source code for User Interface
COPYLEFT: Please copy, modify, remix, adapt, transform, translate, publish and build upon it ONLY if you keep same license
Codebase and documentation for an Open Source Micro-LIS for COVID-19 emergency
- lis_ui Development Environment:
-
- Download and install the VSCode
-
- Add VSCode Plugins: EditorConfig, Vetur, ESLint, Prettier, HTML CSS Support, Debugger for Chrome, Vuetify
-
- Install Node.js + npm
-
- Install Vue Cli globally: npm install -g @vue/cli @vue/cli-service-global
-
- Install Chrome and add these extensions (vue-devtools, JSONView and Postman)
-
- Install npm dependencies: npm i
-
- Start lis_ui locally with: npm run serve
# TODO: Guidelines pending...