Demo: https://aslanon2.herokuapp.com
$ git clone https://github.com/aslanon/my-basket.git
$ cd my-basket
$ touch .env.development
Fill .env.dev file with required environment variables.
NODE_ENV=production or development
BASE_URL=/
VUE_APP_API_BASE_URL=<YOUR-API-BASE-URL>
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint