Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.01 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.01 KB

Expedition Tracker

Expedition tracker is a web-based expedition package tracking application. This application supports up to 10 types of expedition services in Indonesia such as JNE, POS Indonesia, etc.

But this is only for frontend, which means that this is only a display, where for processing receipt data tracking is on a separate project, which is called API. This application will not work if the API is closed, dead or the API used is not suitable.

You can take the API from the Expedition Tracker application at https://github.com/askareija/resi-tracking-api

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.