Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Rashi1997/madlib-for-fun

Madlib game for fun in Vue
https://github.com/Rashi1997/madlib-for-fun

Last synced: about 2 months ago
JSON representation

Madlib game for fun in Vue

Awesome Lists containing this project

README

        

# Madlib Game Frontend
https://rashi1997.github.io/madlib-for-fun/#/

Mad Libs is a phrasal template word game where one player prompts others for a list of words to substitute for blanks in a story, before reading the – often comical or nonsensical – story aloud. The game is frequently played as a party game or as a pastime.
## Project setup
```
npm install
```

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

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

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).