UNPKG
protos-stimulus
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Stimulus controllers for Protos
github.com/inhouse-work/protos-stimulus
inhouse-work/protos-stimulus
protos-stimulus
/
controllers
/
application.js
10 lines
(6 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Application
}
from
"@hotwired/stimulus"
const
application =
Application
.
start
()
// Configure Stimulus development experience
application.
debug
=
false
window
.
Stimulus
= application
export
{ application }