项目作者: vuefront

项目描述 :
Generator for quick VueFront project setup
高级语言: JavaScript
项目地址: git://github.com/vuefront/create-vuefront-app.git
创建时间: 2019-04-03T13:58:48Z
项目社区:https://github.com/vuefront/create-vuefront-app

开源协议:

下载


Create VueFront App

This is a SAO generator for creating your VueFront App

Step 1: Create VueFront App (you will need node >=8 installed. Yarn recommended)

  1. # the app folder name goes here <project-name> or write ./ to launch the app in the root folder
  2. yarn create vuefront-app <project-name>
  3. # OR npx create-vuefront-app <project-name>

Step 2: Provide CMS Connect URL (The URL you get from the CMS Connect APP when you install it on one of your CMS like wordpress)

CMS Connect URL example: https://wordpress.vuefront.com/wp-json/vuefront/v1/graphql

Step 3: Build app in development

  1. yarn dev

For more details visit https://vuefront.com/guide/
Enjoy!