Add index.html with Stimulus hello controller
This commit is contained in:
parent
b280d54f77
commit
d379fdb73d
9 changed files with 524 additions and 0 deletions
9
package.json
Normal file
9
package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.20.2",
|
||||
"esbuild-plugin-stimulus": "^0.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hotwired/stimulus": "^3.2.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue