|
1 | | -# magento |
2 | | -VueFront CMS Connect App for Magento |
| 1 | +<p align="center"> |
| 2 | + <br> |
| 3 | + <a href="https://vuefront.com"> |
| 4 | + <img src="https://vuefront.com/logo.png" width="120"/> |
| 5 | + </a> |
| 6 | +</p> |
| 7 | +<h1 align="center">VueFront</h1> |
| 8 | +<h3 align="center">CMS Connect App for Magento |
| 9 | +</h3> |
| 10 | + |
| 11 | +VueFront is a <a href="//vuejs.org">Vue-powered</a> agnostic frontend web app for your old fashioned Blog and Ecommerce site. |
| 12 | + |
| 13 | +Magento empowers thousands of retailers and brands with the best eCommerce platforms and flexible cloud solutions to rapidly innovate and grow. |
| 14 | + |
| 15 | +CMS Connect App - adds the connection between the Magento CMS and VueFront WebApp via a GraphQL API. |
| 16 | + |
| 17 | +[](https://packagist.org/packages/vuefront/vuefront) |
| 18 | +[](https://packagist.org/packages/vuefront/vuefront) |
| 19 | + |
| 20 | +## How to install & upgrade VueFront |
| 21 | + |
| 22 | +### 1. Install via composer (recommend) |
| 23 | + |
| 24 | +We recommend you to install VueFront module via composer. It is easy to install, update and maintaince. |
| 25 | + |
| 26 | +Run the following command in Magento 2 root folder. |
| 27 | + |
| 28 | +#### 1.1 Install |
| 29 | + |
| 30 | +``` |
| 31 | +composer require vuefront/vuefront |
| 32 | +php bin/magento setup:upgrade |
| 33 | +php bin/magento setup:static-content:deploy |
| 34 | +``` |
| 35 | + |
| 36 | +#### 1.2 Upgrade |
| 37 | + |
| 38 | +``` |
| 39 | +composer update vuefront/vuefront |
| 40 | +php bin/magento setup:upgrade |
| 41 | +php bin/magento setup:static-content:deploy |
| 42 | +``` |
| 43 | + |
| 44 | +Run compile if your store in Product mode: |
| 45 | + |
| 46 | +``` |
| 47 | +php bin/magento setup:di:compile |
| 48 | +``` |
| 49 | + |
| 50 | +### 2. Copy and paste |
| 51 | + |
| 52 | +If you don't want to install via composer, you can use this way. |
| 53 | + |
| 54 | +- Download [the latest version here](https://github.com/vuefront/vuefront/archive/master.zip) |
| 55 | +- Extract `master.zip` file to `app/code/Vuefront/Vuefront` ; You should create a folder path `app/code/Vuefront/Vuefront` if not exist. |
| 56 | +- Go to Magento root folder and run upgrade command line to install `Vuefront`: |
| 57 | + |
| 58 | +``` |
| 59 | +php bin/magento setup:upgrade |
| 60 | +php bin/magento setup:static-content:deploy |
| 61 | +``` |
0 commit comments