Skip to content

Beter support for non MacOs terminal.

Choose a tag to compare

@cloudle cloudle released this 14 Jul 23:14
  • Improve terminal message (color) from ruui-cli for non MacOs machine.
  • Fix bug that cause ruui init <projectName> failed on Windows.
  • Cli's dev-server allow LAN access, and also allow override host by specify in ruui.config.js.
module.exports = {
  host: 'our-host-or-ip', // default is 0.0.0.0, which allow connection from local network
};