Giter Site home page Giter Site logo

vuefront / magento Goto Github PK

View Code? Open in Web Editor NEW
37.0 4.0 9.0 8.62 MB

Free PWA & SPA for Magento

Home Page: https://magento.vuefront.com/

PHP 33.91% HTML 0.30% CSS 0.24% JavaScript 8.42% Vue 17.20% SCSS 39.93%
magento magento-spa spa-magento pwa-magento magento-pwa pwa spa magento2 magento-extension magento-module

magento's Introduction


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;
}

magento's People

Contributors

alexandrdrvn avatar dmitriyzhuk avatar krasaler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

magento's Issues

webonyx/graphql-php version

Please set webonyx/graphql-php 0.12.6 to webonyx/graphql-php 0.13.2 to be compatible with Magento 2.4.2

Problem 1
- Root composer.json requires vuefront/module-vuefront ^0.2.0 -> satisfiable by vuefront/module-vuefront[0.2.0].
- vuefront/module-vuefront 0.2.0 requires webonyx/graphql-php 0.12.6 -> found webonyx/graphql-php[v0.12.6] but the package is fixed to v0.13.9 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

error

WARN [Network error]: ServerParseError: Unexpected token < in JSON at position 0

error magento 2.3.4

sudo bin/magento setup:di:compile
Compilation was started.
Repositories code generation... 1/7 [===>------------------] 14% 1 sec 68.5 MiB
In ErrorHandler.php line 61:

User Deprecated Functionality: GraphQL\Schema is moved to GraphQL\Type\Sche
ma in /var/www/html/magento2/vendor/webonyx/graphql-php/src/Schema.php on l
ine 12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.