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
+75
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ This is a PrestaShop module that connects the PrestaShop CMS with the VueFront W
32
32
33
33
[VueFront on PrestaShop](https://prestashop.vuefront.com/)
34
34
35
+

36
+
35
37
### PrestaShop Blog (PrestaBlog)
36
38
Since PrestaShop does not have a built-in Blog, we use [PrestaBlog](https://addons.prestashop.com/en/blog-forum-new/4731-professional-blog.html) to add blog support. If PrestaBlog is not avalible, VueFront will ignore it.
37
39
@@ -45,6 +47,79 @@ Php version required >= 5.5, <= 7.2 (this limitation will be removed in the futu
45
47
46
48
You will need the CMS Connect URL to complete the [VueFront Web App installation](https://vuefront.com/guide/setup.html)
47
49
50
+
## Deploy VueFront Web App to hosting (static website)
51
+
### via VueFront Deploy service (recommended)
52
+
1. Install the VueFront CMS Connect App from this repo.
53
+
2. Log in or register an account with VueFront.com
54
+
3. Build your first Web App
55
+
4. Activate the new Frontend Web App (only avalible for Apache servers)
56
+
> For Nginx you need to add this code to your `nginx.config` file right after the `index` directive
0 commit comments