herb-plugin-ide-fast
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

herb-plugin-ide-fast

安装使用

tnpm i herb-plugin-ide-fast -D

只需要在 src 下的 herb.config.js 内增加下面代码
即可开启 herbjs 项目内的 ide 新内核下的极速预览模式

// herb.config.js
module.exports = {
  dev: {
    plugins: [
      "herb-plugin-ide-fast"
    ]
  },
  prod: {
    plugins: []
  }
}

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i herb-plugin-ide-fast

    Weekly Downloads

    2

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    5.69 kB

    Total Files

    10

    Last publish

    Collaborators

    • senze.fan