Skip to content

wikic/wikic-live-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published