You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,26 @@ Show your :heart: - give us a :star: <br/>
19
19
Help us grow this project to be the best it can be!
20
20
</p>
21
21
22
-
23
22
__VueFront__ is a <ahref="//vuejs.org">VueJS powered</a> CMS agnostic SPA & PWA frontend for your old-fashioned Blog and E-commerce site.
24
23
25
24
__Magento__ empowers thousands of retailers and brands with the best eCommerce platforms and flexible cloud solutions to rapidly innovate and grow.
26
25
27
-
__CMS Connect App__ - adds the connection between the Magento CMS and VueFront WebApp via a GraphQL API.
26
+
__CMS Connect App__ - adds the connection between the Magento CMS and VueFront Web App via a GraphQL API.
27
+
28
+
# What does it do?
29
+
This is a Magento module that connects the Magento CMS with the VueFront Web App via a GraphQL API. When installed, you will be provided with a CMS Connect URL that you will add to your VueFront Web App during [setup](https://vuefront.com/guide/setup.html).
28
30
29
-
# Demo
31
+
##Demo
30
32
31
33
[VueFront on Magento](https://magento.vuefront.com/)
32
34
33
-
## How to install & upgrade VueFront
35
+
### Magento Blog (Megafan Blog Module)
36
+
Since Magento does not have a built-in Blog, we use [Megafan Blog Module](https://marketplace.magento.com/magefan-module-blog.html) to add blog support automatically. If the Megafan Blog Module is not avalible, VueFront will ignore it.
37
+
38
+
39
+
## How to install?
34
40
35
-
### 1. Install via composer (recommend)
41
+
### 1. Quick Install via composer (recommended)
36
42
37
43
We recommend you to install VueFront module via composer. It is easy to install, update and maintaince.
38
44
@@ -60,15 +66,24 @@ Run compile if your store in Product mode:
60
66
php bin/magento setup:di:compile
61
67
```
62
68
63
-
### 2. Copy and paste
69
+
### 2. Install vie copy/paste
64
70
65
71
If you don't want to install via composer, you can use this way.
66
72
67
-
- Download [the latest version here](https://github.com/vuefront/vuefront/archive/master.zip)
73
+
- Download [the latest version here](https://github.com/vuefront/magento/archive/master.zip)
68
74
- Extract `master.zip` file to `app/code/Vuefront/Vuefront` ; You should create a folder path `app/code/Vuefront/Vuefront` if not exist.
69
75
- Go to Magento root folder and run upgrade command line to install `Vuefront`:
70
76
71
77
```
72
78
php bin/magento setup:upgrade
73
79
php bin/magento setup:static-content:deploy
74
80
```
81
+
82
+
83
+
## Support
84
+
For support please contact us at [Discord](https://discord.gg/C9vcTCQ)
85
+
86
+
## Submit an issue
87
+
For submiting an issue, please create one in the [issues tab](https://github.com/vuefront/vuefront/issues). Remember to provide a detailed explanation of your case and a way to reproduce it.
0 commit comments