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

https://github.com/genaker/magento_vuejs_example_module_minesweeper


https://github.com/genaker/magento_vuejs_example_module_minesweeper

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Magento 2 Module Vue JS MinerSweeper

In this project, let's build an **Minesweeper Game Magento Vue JS Extension** by applying the concepts of the Magento Vue UI Components.

### Refer to the image below:

![image](https://user-images.githubusercontent.com/9213670/150458715-95aced52-fed1-49db-9bc7-45ad37f48357.png)

## VueJS Reactive Magento 2 UI component in action:

![gif-miner](https://user-images.githubusercontent.com/9213670/150459109-a52b3923-a86a-4442-b230-85f6fc139c8f.gif)

### Set Up Instructions:

```
composer require genaker/module-vuejs-minesweeper
```

## This module recuires Magento React_React module as a dependemcy:

https://github.com/Genaker/reactmagento2

React Magento 2 implementation. This Simple module explains how to add and use React/Vue Components with Magento 2.

This module will be installed automaticaly if you are using composer for instalation.