-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5566fca
commit e3d6de8
Showing
1 changed file
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# wordpress | ||
wordpress plugin | ||
<p align="center"> | ||
<br> | ||
<a href="https://vuefront.com"> | ||
<img src="https://vuefront.com/logo.png" width="120"/> | ||
</a> | ||
</p> | ||
<h1 align="center">VueFront</h1> | ||
<h3 align="center">CMS Connect App for Wordpress | ||
</h3> | ||
|
||
VueFront is a <a href="//vuejs.org">Vue-powered</a> agnostic frontend web app for your old fashioned Blog and Ecommerce site. | ||
|
||
Wordpress is open source software you can use to create a beautiful website, blog, or app. | ||
|
||
CMS Connect App - adds the connection between the Wordpress CMS and VueFront WebApp via a GraphQL API. | ||
|
||
## What does it do? | ||
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. | ||
|
||
## DEMO | ||
|
||
[VueFront](https://wordpress.vuefront.com/) | ||
|
||
[Admin](https://wordpress.vuefront.com/admin) | ||
|
||
### Wordpress Store (WooCommerce) | ||
Since Wordpress does not have a built-in Store, we use the [Free WooCommerce](https://woocommerce.com/) to add store support. If woocommerce no avalible, VueFront will ignore it. | ||
|
||
## How to install? | ||
|
||
### Quick Install | ||
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 | ||
2. Activate the plugin through the 'Plugins' menu in WordPress | ||
3. Visit plugin's settings to get the CMS Connect URL | ||
|
||
You will need the CMS Connect URL to complete the [VueFront Web App installation](https://vuefront.com/guide/setup.html) | ||
|
||
## Support | ||
For support please contact us a https://dreamvention.ee/support | ||
|
||
## Submit an issue | ||
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. | ||
|
||
Enjoy! |