ember-fast-cli:Ember Fast CLI - 用于 ember 项目的快速命令行界面

时间:2024-06-19 10:50:13
【文件属性】:

文件名称:ember-fast-cli:Ember Fast CLI - 用于 ember 项目的快速命令行界面

文件大小:362KB

文件格式:ZIP

更新时间:2024-06-19 10:50:13

ember-cli cli emberjs addon blueprints

余烬快速cli 这个插件允许在运行ember-cli实例时执行 cli 命令。 ember-cli命令执行相对较慢,因为我们需要revalidate所有依赖项并在每个命令执行时initialize所有插件(我们必须启动完整的cli来执行任何蓝图)。 使用ember g component foo-bar生成组件可能需要5-20s 。 但是,如果我们在已经启动的 cli(开发服务器,由ember s运行)上执行命令,我们可以获得500 倍的cli性能提升,对于我的案例组件生成时间从10s减少到0.2s 。 兼容性 Ember.js v3.16或更高版本 Ember CLI v2.13 或更高版本 Node.js v10 或以上 安装 ember install ember-fast-cli 用法 如何使用 `ember-cli < 3.16.0` 运行插件编辑node_module


【文件预览】:
ember-fast-cli-master
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----vendor()
--------.gitkeep(0B)
----addon()
--------.gitkeep(0B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----index.js(6KB)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------test-helper.js(234B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------helpers()
----app()
--------.gitkeep(0B)
----previews()
--------terminal.png(182KB)
----testem.js(601B)
----CONTRIBUTING.md(646B)
----.npmignore(411B)
----.eslintrc.js(976B)
----.template-lintrc.js(57B)
----LICENSE.md(1KB)
----.gitignore(379B)
----lib()
--------index.html(4KB)
----README.md(3KB)
----yarn.lock(472KB)
----.eslintignore(240B)
----.editorconfig(367B)

网友评论