Skip to content

Commit 2ef43f5

Browse files
committed
no message
1 parent 57b502b commit 2ef43f5

File tree

4 files changed

+53
-14
lines changed

4 files changed

+53
-14
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: VueFront
33
lang: en-US
44
meta:
55
- name: description
6-
content: Vue powered agnostic frontend for your old fashioned Blog and Ecommerce site.
6+
content: Vue powered agnostic frontend for your old fashioned Blog and E-commerce site.
77
- name: keywords
88
content: Vue, VueFront, SPA, PWA, Nuxt, agnostic, frontend, framework
99
home: true

Diff for: cms/opencart.md

+36-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,49 @@
11
---
22
title: OpenCart
33
lang: en-US
4-
sidebarDepth: 2
4+
sidebarDepth: 0
55
meta:
66
- name: description
77
content: VueFront Documentation. Learn how to setup, extend and develop your fully functional SPA and PWA frontend.
88
- name: keywords
99
content: vuefront, vuejs, nuxt, agnostic framework, documentation
1010
---
1111

12-
# OpenCart
12+
# CMS Connect App for OpenCart
13+
14+
[Demo VueFront on OpenCart](https://opencart.vuefront.com/)
15+
16+
[Demo OpenCart Admin](https://opencart.vuefront.com/admin)
17+
18+
19+
## How to install?
1320

1421
| Version | Link |
1522
|-------------|----------|
16-
| 3.0.x | download |
17-
| 2.3.x | download |
18-
| 2.0.x-2.2.x | download |
19-
| 1.5.x | download |
23+
| 3.0.x (latest version) | [download](https://github.com/vuefront/opencart/releases) |
24+
| 2.3.x | [download](https://github.com/vuefront/opencart/releases) |
25+
| 2.0.x-2.2.x | [download](https://github.com/vuefront/opencart/releases) |
26+
| 1.5.x | [download](https://github.com/vuefront/opencart/releases) |
27+
28+
### Quick Install (recommended)
29+
1. [Download](https://github.com/vuefront/opencart/releases) the **compiled** Extensions from the latest releases.
30+
2. Upload via OpenCart Admin -> Extension Installer
31+
3. Go to Extensions -> Modules -> VueFront and click install
32+
4. Click edit to view copy the CMS Connect URL
33+
34+
You will need the CMS Connect URL to complete the [VueFront Web App installation](https://vuefront.com/guide/setup.html)
35+
36+
### Advanced Install
37+
The official compiled version of the CMS Connect APP includes other supporting extensions such as d_opencart_patch and d_twig_manager.
38+
39+
You can download the source code from the master branch directly and upload via ftp to your root folder. When activating the module, you should have the following extensions preinstalled: d_opencart_patch, d_twig_manager, d_twig (only for 2.x)
40+
41+
You can also install the d_blog_module to add blog features to VueFront.
42+
43+
### Install via Shopunity
44+
If you have shopunity module installed, you can use that for a super quick installation:
45+
1. go to OpenCart admin -> shopunity -> marketplace tab
46+
2. search for VueFront
47+
3. Click install.
48+
49+
You can also install the d_blog_module via Shopunity as well.

Diff for: cms/prestashop.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Prestashop
33
lang: en-US
4-
sidebarDepth: 2
4+
sidebarDepth: 0
55
meta:
66
- name: description
77
content: VueFront Documentation. Learn how to setup, extend and develop your fully functional SPA and PWA frontend.
@@ -10,3 +10,5 @@ meta:
1010
---
1111

1212
# Prestashop
13+
14+
Pending...

Diff for: cms/wordpress.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Wordpress/WooCommerce
33
lang: en-US
4-
sidebarDepth: 2
4+
sidebarDepth: 0
55
meta:
66
- name: description
77
content: VueFront Documentation. Learn how to setup, extend and develop your fully functional SPA and PWA frontend.
@@ -11,10 +11,17 @@ meta:
1111

1212
# Wordpress/WooCommerce
1313

14-
Wordpress is one of the most popular CMS on the internet, powering almost half of the all the websites out there. WooCommerce is a Wordpress plugin that implements shopping cart functionality. It is the most popular ecommerce solution for Wordpress.
14+
[Demo VueFront on Wordpress](https://wordpress.vuefront.com/)
1515

16-
## Install plugin
16+
[Demo Wordpress Admin](https://wordpress.vuefront.com/admin)
1717

18-
1. [Download](https://github.com/vuefront/wordpress/archive/master.zip) plugin from Github
19-
2. Install plugin via Wordpress plugin installation
20-
3.
18+
## How to install?
19+
20+
[download](https://github.com/vuefront/wordpress/releases) latest version
21+
22+
### Quick Install
23+
1. The quickest way to install is via WordPress Plugin Directory or manually [Download](https://github.com/vuefront/wordpress/releases) the **compiled** plugin and upload it through the 'Plugins > Add New' menu in WordPress
24+
2. Activate the plugin through the 'Plugins' menu in WordPress
25+
3. Visit plugin's settings to get the CMS Connect URL
26+
27+
You will need the CMS Connect URL to complete the [VueFront Web App installation](https://vuefront.com/guide/setup.html)

0 commit comments

Comments
 (0)