Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 674 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 674 Bytes

Deliverii App

Food delivery single-page application made using VueJS, VueX and Vuetify.

Environment file

The app uses an .env file to store the environment variables. In the repository there's an .env.example file with the fields we are waiting for

VUE_APP_API=http://localhost:3000/

Which only points to the URL of the Deliverii REST API

Installation

$ npm install

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 --fix