allons-y-web-helper

1.0.0 • Public • Published

Allons-y-web-helper

Join the chat at https://gitter.im/CodeCorico/allons-y Issue Stats Issue Stats npm version

Allons-y-web-helper is an allons-y module that helps designers by creating fake data & pages into json files.

Wiki

The documentation, wiki and every Allons-y-web-helper resources can be found in the Allons-y.io platform.

Configuration example

{
  "routes": {
    "/test": {
      "title": "My test",
      "requires": ["test"]
    }
  },
  "components": {
    "web-create-layout": {
      "sections": [{
        "title": "Articles",
        "links": [{
          "url": "/wiki/create",
          "image": "",
          "title": "Blank article",
          "description": "Start with a blank page."
        }, {
          "title": "Groups",
          "links": [{
            "url": "/groups/create",
            "image": "",
            "title": "Empty group",
            "description": "Start a new empty group."
          }]
        }]
      }]
    }
  }
}

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues.

Readme

Keywords

none

Package Sidebar

Install

npm i allons-y-web-helper

Homepage

allons-y.io

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • xavierboubert