dmitriyzhuk / vuefront-starter-kit

vuefront-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


VueFront Starter Kit

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!

The VueFront Starter kit is a boilerplate of a VueFront Web App built on Nuxt. You can clone it and modify to quickly start working with VueFront.

You can also use an App Generator by running this command in your terminal:

# Create VueFront app. replace <project-name> with vuefront
yarn create vuefront-app <project-name>
# OR npx create-vuefront-app <project-name>

yarn dev

CMS Connect App (required to be installed first)

VueFront is compatible with the following CMS:

  1. Wordpress
  2. Magento
  3. OpenCart
  4. PrestaShop

Quick Start

  1. Install CMS Connect App on your CMS website to obtain the CMS Connect URL
  2. Fork this repo
  3. Modify the .env (add CMS Connect URL to your website)
  4. Deploy on Heroku or Netlify

Setup VueFront App on your local computer

  1. Clone this repo
  2. Run the following commands
# 1. install dependencies
$ yarn install

# 2. serve with hot reload at localhost:3000
$ yarn run dev

# 3.1 build for production and launch server
$ yarn run build
$ yarn start

# 3.2 generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

About

vuefront-starter-kit


Languages

Language:JavaScript 92.6%Language:CSS 5.1%Language:Vue 2.3%