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
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
39
@@ -80,7 +82,98 @@ php bin/magento setup:upgrade
80
82
php bin/magento setup:static-content:deploy
81
83
```
82
84
85
+
## Deploy VueFront Web App to Apache hosting (static website)
86
+
### via VueFront Deploy service (recommended)
87
+
1. Install the VueFront CMS Connect App from this repo.
88
+
2. Log in or register an account with VueFront.com
89
+
3. Build your first Web App
90
+
4. Activate the new Frontend Web App (only avalible for Apache servers)
91
+
92
+
93
+
### via ftp manually
94
+
1. Install the VueFront CMS Connect App from this repo.
95
+
2. Log in or register an account with VueFront.com
96
+
3. Copy the CMS Connect URL
97
+
4. Via Ftp create a new folder `vuefront` in the root of your OpenCart site on your hosting.
98
+
5. Via command line build your VueFront Web App ([read more](https://vuefront.com/guide/setup.html))
99
+
```
100
+
yarn create vuefront-app
101
+
# When promote, provide the CMS Connect URL, which you coppied at step 3.
102
+
yarn generate
103
+
```
104
+
6. Copy all files from folder `dist` to the newly created `vuefront` folder
105
+
7. modify you `.htaccess` file by adding after `#RewriteBase /magento/` rule the following rules:
0 commit comments