All Projects → vuefront → Vuefront

vuefront / Vuefront

VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vuefront

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 (+58.54%)
Mutual labels:  wordpress, magento, pwa, spa
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+214.87%)
Mutual labels:  framework, frontend, pwa, spa
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-81.33%)
Mutual labels:  app, pwa, webapp, spa
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (-12.97%)
Mutual labels:  magento, pwa, spa
Butterfly Server
The Everything is Real-Time C# Backend for Single Page Applications
Stars: ✭ 247 (-21.84%)
Mutual labels:  app, webapp, spa
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-89.87%)
Mutual labels:  framework, pwa, webapp
Learning Pwa
📱some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (-48.73%)
Mutual labels:  frontend, pwa, webapp
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+2783.23%)
Mutual labels:  magento, frontend, pwa
Flutterwebsite
The flutter.dev website recreated in Flutter. https://gallery.codelessly.com/flutterwebsites/flutterwebsite
Stars: ✭ 76 (-75.95%)
Mutual labels:  framework, app, webapp
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+305.38%)
Mutual labels:  cms, frontend, pwa
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+110.44%)
Mutual labels:  wordpress, pwa, spa
Wp Multitenancy Boilerplate
WordPress multitenancy boilerplate configured and managed with Composer and PHP dotenv.
Stars: ✭ 24 (-92.41%)
Mutual labels:  wordpress, cms, framework
Piral
Framework for next generation web apps using microfrontends. 🚀
Stars: ✭ 711 (+125%)
Mutual labels:  app, webapp, spa
Androiduix
Make a high-performance mobile web app / SPA with Android UI
Stars: ✭ 501 (+58.54%)
Mutual labels:  app, webapp, spa
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (-93.99%)
Mutual labels:  spa, pwa, webapp
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+14394.3%)
Mutual labels:  framework, frontend, pwa
Redux Bundler
Compose a Redux store out of smaller bundles of functionality.
Stars: ✭ 579 (+83.23%)
Mutual labels:  frontend, pwa, spa
Cezerin
Cezerin is React and Node.js based eCommerce platform.
Stars: ✭ 1,985 (+528.16%)
Mutual labels:  cms, pwa, spa
Amp Theme Framework
Start Creating an AMP theme in minutes - This is a default / boilerplate theme, you can use this, modify and make one your own.
Stars: ✭ 69 (-78.16%)
Mutual labels:  wordpress, framework, amp
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (-7.59%)
Mutual labels:  magento, pwa, spa


VueFront

Vue powered CMS agnostic frontend framework for your old-fashioned Blog and Ecommerce site.

Version Version License Chat

Show your ❤️ - give us a ⭐️
Help us grow this project to be the best it can be!

Demo

VueFront on Wordpress

VueFront on OpenCart

VueFront on Magento

VueFront on PrestaShop

What can I do with VueFront?

Easily turn your Wordpress, OpenCart, Magento, PrestaShop, Shopify or any other blog/store CMS into an SPA and PWA with Vue.js in less then 5 minutes.

VueFront Tech-stack:

  • SPA
  • PWA
  • AMP
  • GraphQL + Apollo
  • VueJS + Nuxt
  • Atomic Design
  • JAMstack

Who can use VueFront?

You or your clients with a site on an old-fashiond CMS. If you want to try new technology, outrun your competition and just provide a better user experience, but not ready to invest thousands of dollars, VueFront is for you.

  • It uses the latest tech stack.
  • It's free.
  • It's easy to setup, test and run.

It works out-of-the-box:

  • You get a shiny new Web APP.
  • You get to keep your current CMS admin panel.
  • You can always switch back to your old site.

Give it a try, what do you have to lose?

How do I get started? (development)

  1. Install VueFront CMS Connect App on your site and copy the CMS Connect URL.
  2. Install VueFront app. (requires node.js >= 8, git, and yarn)
# Create VueFront app. replace <project-name> with vuefront
yarn create vuefront-app <project-name>
# OR npx create-vuefront-app <project-name>

yarn dev

Switch to production

  1. build your App
# build the app
yarn build
  1. Copy the contents of your app from /dist to your root folder of your CMS where it is hosted.

  2. Configure your hosting to load index.html first. This can be a bit tricky.

For OpenCart CMS you can use this:

  • Apache
# for VueFront to work you need to load index.html before any other index file
DirectoryIndex index.html index.php

  • Nginx
# for VueFront to work you need to load index.html before any other index file
index index.html index.php;

# when visiting any other url, it should forward to the root index.html file
location / {
    try_files $uri $uri/ /index.html;
}
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].