Live demo how to integration CMS in Vue.js
Logic could find in main.js
- async Component
cms-subscriber
fetch CMS data - Set CMS content as
cms-subscriber
's template - Vue.js will handle any custom directive or component in the template
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build