Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 806 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 806 Bytes

SHARE NOW APP

This is a project that lists avialable vehicles according to their locations, with options to filter according the the vehicles model, fuel level or location. The frontend is built using VueJs, Typescript, and Jest. Element-UI's components was also used in this design. On initialization, locations are fetched from remote backend server, which is used to query for vehicles and can be filtered to meet user requirements.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.