Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

vuefront/vuefront

Repository files navigation


VueFront

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

VersionVersionLicenseChat

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 VueFrontCMS 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 vuefrontyarn create vuefront-app<project-name># OR npx create-vuefront-app <project-name>yarn dev

Switch to production

  1. build your App
# build the appyarn 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 loadindex.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 fileDirectoryIndex index.html index.php
  • Nginx
# for VueFront to work you need to load index.html before any other index fileindex index.html index.php;# when visiting any other url, it should forward to the root index.html filelocation/{try_files$uri$uri/ /index.html;}

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp