https://github.com/Rashi1997/madlib-for-fun
Madlib game for fun in Vue
https://github.com/Rashi1997/madlib-for-fun
Last synced: 4 months ago
JSON representation
Madlib game for fun in Vue
- Host: GitHub
- URL: https://github.com/Rashi1997/madlib-for-fun
- Owner: Rashi1997
- Created: 2021-02-17T20:20:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T16:58:59.000Z (about 4 years ago)
- Last Synced: 2024-08-01T13:35:15.933Z (7 months ago)
- Language: JavaScript
- Homepage: https://rashi1997.github.io/madlib-for-fun/#/
- Size: 2.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).