Sha256: b78dbc20622046f2e94bdcbe5f5522bfdb2e8206a3907fba69c3c06b93a24bd9
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
import { Application } from "@hotwired/stimulus" const application = Application.start() // Configure Stimulus development experience application.warnings = true application.debug = false window.Stimulus = application // Import and register all your controllers import HelloController from "./hello_controller" application.register("hello", HelloController)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stimulus-rails-0.4.0 | lib/install/app/javascript/controllers/index_for_node.js |