文件名称:刺激图书馆
文件大小:1.33MB
文件格式:ZIP
更新时间:2024-03-03 21:09:27
TypeScript
刺激图书馆 | 安装 首先,您需要将stimulus-library程序包添加到您的项目中。 为此,请手动将stimulus-library添加到package.json { " dependencies " : { " stimulus-library " : " latest " } } 或运行npm install --save stimulus-library或yarn add stimulus-library 然后,开始导入并注册要使用的控制器 import { Application } from "stimulus" ; import { AutoSubmitFormController } from "stimulus-library" ; const application = Application . start ( ) ; applicati