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
- Host: GitHub
- URL: https://github.com/ericpugh/fenn
- Owner: ericpugh
- Created: 2019-02-13T21:09:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T20:10:45.000Z (over 6 years ago)
- Last Synced: 2025-01-15T07:14:12.386Z (5 months ago)
- Topics: vuejs
- Language: Vue
- Homepage:
- Size: 731 KB
- Stars: 2
- Watchers: 2
- 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
```