Skip to content
Lars van Braam edited this page Nov 21, 2017 · 20 revisions

vue-block-system

Table of contents

  1. Setup
    1. Manual Setup
      1. Setup the seng-generator
      2. Create the api
      3. Generate a content page
      4. Create a wildcard route
      5. Create a block folder
      6. Enable the plugin
      7. Wait for the plugin to be ready
    2. Automated Setup
  2. Creating a block
    1. Generating the block
    2. Typing block data
    3. Enabling the block
    4. Using block data
  3. Configuration
  4. Nesting blocks
  5. Buttons
  6. Route Hijacking
    1. Before route change
    2. After route change
  7. Custom init data
  8. Linking to blocks within a page

Demo

I've created a demo repository that contains the setup for the latest vue-skeleton (v0.8.1) with the vue-block-system (v0.7.3) installed. You can inspect the code there or if you just want to preview the block system you can visit the demo online!

Extra's

  1. Generate documentation

Note:

!!! Work in progress, will contains bugs !!!

Clone this wiki locally