Skip to content

Latest commit

 

History

History
executable file
·
48 lines (29 loc) · 943 Bytes

README.md

File metadata and controls

executable file
·
48 lines (29 loc) · 943 Bytes

CovidTrackers

Build a covid trackers project with Vue.js, Vuex and API

Alt Text

Installation

Clone repo

# clone the repo
$ git clone https://github.com/yavuz-bektas/covidtrackerrenwsapi.git

# go into app's directory
$ cd covidtackers

# install app's dependencies
$ npm install

Usage

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

# build for production with minification
npm run build

# run linter
npm run lint

# run unit tests
npm run test:unit

# run e2e tests
npm run test:e2e

For a detailed explanation on how things work, check out the Vue CLI Guide.

Bugs and feature requests

Have a bug or a feature request? Please open a new issue.