/ContOrga

Container dispatchment tracker - desktop app

Primary LanguageVue

ContOrga

This used to be a simple app to organise container dispatchments but is now migrated with the new vue cli 3 tool so it finally has the proper directory structure that is commonly used for vue projects. Currently only one language supported (german)


Screenshot

ContOrga Promo


Feature

  • track container with multiple organized lists
  • export / import as JSON / XML for archive purposes
  • ...

Some things to consider in the future:

  1. Settings Page / saved to the userdata of each OS
  2. Changeable Columns to track different data
  3. Create OS notifications when condition is met
  4. i18n support
  5. Light / Dark mode
  6. Fancy transitions

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit