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
- Host: GitHub
- URL: https://github.com/genaker/magento_vuejs_example_module_minesweeper
- Owner: Genaker
- License: gpl-3.0
- Created: 2022-01-21T00:50:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T16:55:00.000Z (over 4 years ago)
- Last Synced: 2025-03-29T00:31:24.771Z (about 1 year ago)
- Language: HTML
- Size: 83 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
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:

## VueJS Reactive Magento 2 UI component in action:

### 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.