https://github.com/vuefront/vuefront-docs
VueFront Documentation
https://github.com/vuefront/vuefront-docs
documentation pwa single-page-application single-page-application-with-vue spa vue vuefront vuejs
Last synced: 4 months ago
JSON representation
VueFront Documentation
- Host: GitHub
- URL: https://github.com/vuefront/vuefront-docs
- Owner: vuefront
- Created: 2019-03-18T12:59:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:49:36.000Z (about 3 years ago)
- Last Synced: 2025-04-11T17:00:52.178Z (9 months ago)
- Topics: documentation, pwa, single-page-application, single-page-application-with-vue, spa, vue, vuefront, vuejs
- Language: Vue
- Homepage:
- Size: 4.12 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: VueFront
lang: en-US
meta:
- name: description
content: Vue Powered CMS agnostic SPA & PWA frontend for your old-fashioned Blog and E-commerce site.
- name: keywords
content: Vue, VueFront, SPA, PWA, Nuxt, agnostic, frontend, framework
home: true
heroImage: /logo.png
actionText: Get Started →
actionLink: /guide/
features:
- title: Use it today
details: Compatible with Wordpress, Woocommerce, Opencart, Prestashop, Magento, Shopify, Drupal, Joomla, and more.
- title: Build for the future
details: Single Page application (SPA) and Progressive Web App (PWA) out of the box.
- title: Just works
details: We took the liberty of making a complete solution from creating the back-end GraphQL module to building the front-end web app.
footer: MIT Licensed | Copyright © 2018-present Dreamvention
---
### VueFront Demos
### Installing is as easy as 1, 2, 3
1. [Download](/cms/) and Install VueFront **CMS Connect App** on your site ([OpenCart](/cms/opencart.html), [Worpdress/WooCommerce](/cms/wordpress.html)) the app will provide you with a CMS Connect URL.
2. In command line install VueFront Web App. (requires node.js >= 8 and yarn or npm)
```bash
# Create VueFront app. replace with vuefront
yarn create vuefront-app
# OR npx create-vuefront-app
yarn dev
# OR npm run dev
```
- When prompt during the setup step, paste the CMS Connect URL provided by CMS Connect App.
```bash
# during the setup you will be asked to paste the CMS Connect URL:
? Paste the CMS Connect URL, provided by your CMS Connect App ()
```
Enjoy your new VueFront!