刺激图书馆 源码
刺激图书馆 | 安装 首先,您需要将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
文件列表
刺激图书馆
(预估有个289文件)
.gitignore
20B
sticky_controller_example.gif
679KB
lightbox_image_controller_example.gif
168KB
turbo_frame_rc_controller_example.gif
154KB
toggle_class_controller_hover.haml
454B
password_confirm_controller.haml
497B
empty_dom_controller_advanced.html.erb
651B
confirm_controller.haml
519B
detect_dirty_controller_css.css
85B
empty_dom_controller.html.erb
494B
暂无评论