Sha256: 5338d7ede2479bf4c20a1171159a3bde5d141e0519c842d086eb803e8be0e2a6
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 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("./hello_controller").then(c => application.register("hello", c.default))
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stimulus-rails-0.4.2 | lib/install/app/javascript/controllers/index_for_node.js |
stimulus-rails-0.4.1 | lib/install/app/javascript/controllers/index_for_node.js |