gpt4 book ai didi

stenciljs - 如何在 stencil js 项目中添加 npm 包?

转载 作者:行者123 更新时间:2023-12-05 02:51:32 31 4
gpt4 key购买 nike

我正在创建一个在其中使用 npm 包的模板项目,是否有任何选项可以在模板项目中添加一个 npm 包。我在很长一段时间内寻找解决方案的任何建议。

这就是我在 angular 中使用 ck-editor 的方式

<ck-editor name="editor" #myEditor [(ngModel)]="templateSetValue.template_content"
(change)="handleEditorData($event)">
</ck-editor>

是否可以使用相同的模板项目 https://www.npmjs.com/package/ngx-ckeditor

最佳答案

不确定我是否正确理解了这个问题,但是要在您的 Stencil.js 项目中从 npm 添加一个包,您可以像在任何其他节点项目中一样安装它:

npm install <some-package>

例如nprogress:

npm install nprogress @types/nprogress

然后将其导入您的代码中

import nprogress from 'nprogress';

nprogress.start();

// ...

关于stenciljs - 如何在 stencil js 项目中添加 npm 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63086943/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com