All Projects → whuysmans → Vuewp

whuysmans / Vuewp

Licence: mit
WordPress Vuejs GraphQL

Projects that are alternatives of or similar to Vuewp

Gatsby Wpgraphql Blog Example
Demo showing how to use WPGraphQL as the source for Gatsby Sites
Stars: ✭ 152 (+322.22%)
Mutual labels:  graphql, wordpress
Wordexpress Starter Vue
WordPress with Vue, GraphQL, and Node
Stars: ✭ 252 (+600%)
Mutual labels:  graphql, wordpress
Pop
Monorepo of the PoP project, including: a server-side component model in PHP, a GraphQL server, a GraphQL API plugin for WordPress, and a website builder
Stars: ✭ 160 (+344.44%)
Mutual labels:  graphql, wordpress
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (+205.56%)
Mutual labels:  graphql, wordpress
Gatsby Woocommerce Themes
⚡ A Gatsby Theme for WooCommerce E-commerce site Gatsby WooCommerce WordPress
Stars: ✭ 306 (+750%)
Mutual labels:  graphql, wordpress
Graphql Api For Wp
[READ ONLY] GraphQL API for WordPress
Stars: ✭ 136 (+277.78%)
Mutual labels:  graphql, wordpress
Wp Decoupled
Next.js app with WPGraphQL and WordPress at the backend.
Stars: ✭ 197 (+447.22%)
Mutual labels:  graphql, wordpress
Wp Graphql Yoast Seo
This is an extension to the WPGraphQL plugin for Yoast SEO
Stars: ✭ 120 (+233.33%)
Mutual labels:  graphql, wordpress
Graphql Wp
GraphQL endpoint for WordPress
Stars: ✭ 303 (+741.67%)
Mutual labels:  graphql, wordpress
Wp Graphiql
GraphiQL IDE, fine tuned for use with WPGraphQL
Stars: ✭ 284 (+688.89%)
Mutual labels:  graphql, wordpress
Wooshop
A Wocommerce Based React Native App for IOS and Android over GraphQL
Stars: ✭ 92 (+155.56%)
Mutual labels:  graphql, wordpress
Wp Graphql Acf
WPGraphQL for Advanced Custom Fields
Stars: ✭ 358 (+894.44%)
Mutual labels:  graphql, wordpress
Wp Graphql Gutenberg
Query gutenberg blocks with wp-graphql
Stars: ✭ 158 (+338.89%)
Mutual labels:  graphql, wordpress
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+8502.78%)
Mutual labels:  graphql, wordpress
Woo Next
🚀 React WooCommerce theme, built with Next JS, Webpack, Babel, Node, Express, using GraphQL and Apollo Client
Stars: ✭ 342 (+850%)
Mutual labels:  graphql, wordpress
Falcon
DEITY Falcon - Progressive Web App library for any type of website. Fully Open Source, Platform Agnostic and headless. OSL3.0. Supports Magento 2 PWA storefront, Wordpress PWA and BigCommerce PWA Storefront. Built with ReactJS, NodeJS and GraphQL. Join our community and become a contributor at https://slack.deity.io
Stars: ✭ 501 (+1291.67%)
Mutual labels:  graphql, wordpress
Graphql Music
🎸A workshop in building a GraphQL API
Stars: ✭ 33 (-8.33%)
Mutual labels:  graphql
Sermon Manager
Sermon Manager for WordPress is the #1 plugin for churches who want to manage their sermons easily and missionally.
Stars: ✭ 35 (-2.78%)
Mutual labels:  wordpress
Cms
Statamic 3: The Core Composer Package
Stars: ✭ 965 (+2580.56%)
Mutual labels:  graphql
Einsatzverwaltung
WordPress plugin for public incident reports for fire departments and other rescue services
Stars: ✭ 32 (-11.11%)
Mutual labels:  wordpress

vuewp

Wordpress Twentyseventeen theme with Vue (VueJS) and GraphQL. Still in progress. You can find a demo here: http://prutstuin.be. This demo is a decoupled setup: the front get its data from the WordPress install on another server. Read more on this blogpost.

Install

  • git clone vuewp
  • cd vuewp
  • npm install

You can set the backend_url in constants.js. A graphql js client is included (Lokka).

Dependencies

  • wordpress backend of course
  • graphql-vuewp plugin
  • acf if you want it

Todo

  • fix cors in a more sustainable way

SEO

  • after a lot of trial and error, I decided to redirect the seo bots through mod_rewrite to the base WP install: SSR was not really an option; a node server on the backend was outside the scope of this demo, since my intent was to provide all backend functionality in a single WP plugin. It is probably bad, but it's working. I included a htaccess file for demonstration purposes.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].