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

https://github.com/mohamedhegab/quote-take

A demo VueJs application for practicing Components
https://github.com/mohamedhegab/quote-take

bootstrap3 vuejs2 webpack

Last synced: 2 months ago
JSON representation

A demo VueJs application for practicing Components

Awesome Lists containing this project

README

        

# Quote Take
This is a Vue.Js application which is a simple game to practice Interacting with Components

## Build

To build the project you need node and npm installed. These tools can be installed on Ubuntu as follows:

Follow the Node.js guide: [Node.js installation](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)

Go to the project folder and run the following:

```sh
npm install
```
# serve with hot reload at localhost:8080
```sh
npm run dev
```

# build for production with minification
```sh
npm run build
```

## Built With

* [VueJs](https://vuejs.org/) - The Js framework used
* [Bootstrap](https://getbootstrap.com) - Web framework

## Authors

* **Mohamed Hegab** - *Initial work* - [MohamedHegab](https://github.com/MohamedHegab)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* Please read Vue.js 2 - The Complete Guide for only $15: [Udemy Course](https://www.youtube.com/redirect?event=video_description&v=KMX1mFEmM3E&redir_token=_lbUTclusS7_XNn5nQOA16pAL1h8MTUxNjcwNzk5NUAxNTE2NjIxNTk1&q=https%3A%2F%2Fwww.udemy.com%2Fvuejs-2-the-complete-guide%2F%3FcouponCode%3DYOUTUBE_VUE)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request