Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 609 Bytes

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