Skip to content

Commit 16a4748

Browse files
committed
2 parents 055e083 + 6e6afa5 commit 16a4748

File tree

2 files changed

+75
-2
lines changed

2 files changed

+75
-2
lines changed

README.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
1-
# wordpress
2-
wordpress plugin
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 Wordpress
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+
Wordpress is open source software you can use to create a beautiful website, blog, or app.
14+
15+
CMS Connect App - adds the connection between the Wordpress CMS and VueFront WebApp via a GraphQL API.
16+
17+
## What does it do?
18+
This is a wordpress plugin that connects the wordpress CMS with the VueFront WebApp via a GraphQL API. When installed, you will be provided with a CMS Connect URL that you will add to your VueFront WebApp .env file.
19+
20+
## DEMO
21+
22+
[VueFront](https://wordpress.vuefront.com/)
23+
24+
[Admin](https://wordpress.vuefront.com/admin)
25+
26+
### Wordpress Store (WooCommerce)
27+
Since Wordpress does not have a built-in Store, we use the [Free WooCommerce](https://woocommerce.com/) to add store support. If woocommerce is not avalible, VueFront will ignore it.
28+
29+
## How to install?
30+
31+
### Quick Install
32+
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
33+
2. Activate the plugin through the 'Plugins' menu in WordPress
34+
3. Visit plugin's settings to get the CMS Connect URL
35+
36+
You will need the CMS Connect URL to complete the [VueFront Web App installation](https://vuefront.com/guide/setup.html)
37+
38+
## Support
39+
For support please contact us a https://dreamvention.ee/support
40+
41+
## Submit an issue
42+
For submiting an issue, please create one in the [issues tab](https://github.com/vuefront/wordpress/issues). Remember to provide a detailed explanation of your case and a way to reproduce it.
43+
44+
Enjoy!

readme.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
=== VueFront ===
2+
Contributors: vuefront
3+
Donate link: http://vuefront.com/
4+
Tags: vuefront, cms, vuejs, nuxt, webapp, graphql, frontend, framework, blog, ecommerce
5+
Requires at least: 4.0.0
6+
Tested up to: 5.2.1
7+
Requires PHP: 5.5.0
8+
Stable tag: 1.0.0
9+
License: GPLv2
10+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
11+
12+
VuefRont plugin allows you to connect Wordpress+Woocommerce with VueFront WebApp via a GraphQL API.
13+
14+
== Description ==
15+
This plugin is a VuefRont CMS Connect App for Wordpress+Woocommerce and it adds the connection between the Wordpress CMS and VueFront WebApp via a GraphQL API.
16+
17+
== Installation ==
18+
1. You can either install this plugin from the WordPress Plugin Directory,
19+
or manually [download the plugin](https://github.com/vuefront/wordpress/releases) and upload it through the 'Plugins > Add New' menu in WordPress
20+
2. Activate the plugin through the 'Plugins' menu in WordPress
21+
3. Visit plugin's settings to get the CMS Connect URL
22+
23+
== How to Use ==
24+
Once the plugin is activated, the CMS Connect URL will function automatically, providing VueFront Webapp access to the website data.
25+
26+
If you have Woocommerce installed and activated, the plugin will provide that data as well.
27+
28+
== Changelog ==
29+
30+
= 1.0.0 =
31+
Initial release.

0 commit comments

Comments
 (0)