An open API service indexing awesome lists of open source software.

https://github.com/nirajn2311/vue-counter-app

A counter app made with Vue 🖖
https://github.com/nirajn2311/vue-counter-app

counter vue vue-cli-3

Last synced: 4 months ago
JSON representation

A counter app made with Vue 🖖

Awesome Lists containing this project

README

        

# vue-counter-app

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3cd0ecadc9d546d5baa7311198661d4f)](https://www.codacy.com/app/Nirajn2311/vue-counter-app?utm_source=github.com&utm_medium=referral&utm_content=Nirajn2311/vue-counter-app&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.com/Nirajn2311/vue-counter-app.svg?branch=master)](https://travis-ci.com/Nirajn2311/vue-counter-app)

## Project setup

```shell
npm install
```

### Compiles and hot-reloads for development

```shell
npm run serve
```

### Compiles and minifies for production

```shell
npm run build
```

### Run your tests

```shell
npm run test
```

### Lints and fixes files

```shell
npm run lint
```