https://github.com/ericpugh/fenn
A Simple Vue.js "Scavenger Hunt" App
https://github.com/ericpugh/fenn
vuejs
Last synced: about 1 month ago
JSON representation
A Simple Vue.js "Scavenger Hunt" App
- Host: GitHub
- URL: https://github.com/ericpugh/fenn
- Owner: ericpugh
- Created: 2019-02-13T21:09:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T20:10:45.000Z (over 7 years ago)
- Last Synced: 2026-06-02T07:33:50.717Z (about 2 months ago)
- Topics: vuejs
- Language: Vue
- Homepage:
- Size: 731 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
```