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

https://github.com/ericpugh/fenn

A Simple Vue.js "Scavenger Hunt" App
https://github.com/ericpugh/fenn

vuejs

Last synced: 3 months ago
JSON representation

A Simple Vue.js "Scavenger Hunt" App

Awesome Lists containing this project

README

        

![Fenn](https://github.com/ericpugh/fenn/raw/master/public/img/icons/android-chrome-192x192.png)

# Vue.js Scavenger Hunt App

## Configuration

## Development

### Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```