/VueCargoRouter

Little Vue JS App to maintain cargo items, trucks and routes. Proof of concept.

Primary LanguageJavaScript

Cargo Route

Little Vue JS App to maintain cargo items, trucks and routes. Proof of concept.

Demo

http://dubrod.me/vue/cargo-route/

Scope Logic

  1. Limit Shipment by Weight
  2. Limit Route by Distance
  3. Limit Route by # of Stops
  4. Add/Edit/Delete Trucks with Name, Max Weight, Max Range, Max Stops
  5. Add/Edit/Delete Cargo with Name, Weight, Destination Details

Views

dashboard

cargo

cargo-edit

trucks

routes

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report