Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 471 Bytes

File metadata and controls

30 lines (22 loc) · 471 Bytes

wikic-live-server

Usage

Install:

npm i -D wikic wikic-live-server

In wikic.config.js:

module.exports = {
  server: 'wikic-live-server',
  liveServer: {
    mount: [],
    logLevel: 1,
    open: true, // true | false | url
    // Setting to `true` will make liveServer open /`baseurl` in browser
    // See more params https://github.com/tapio/live-server/blob/master/README.md
  }
}

Finally, run wikic build -s

LICENSE

MIT