Skip to content

Asing1001/Vue-CMS-integration-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue CMS integration demo

Live demo how to integration CMS in Vue.js

How things work

Logic could find in main.js

  1. async Component cms-subscriber fetch CMS data
  2. Set CMS content as cms-subscriber's template
  3. Vue.js will handle any custom directive or component in the template

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build