houdini/app/javascript/packs/hello_erb.js.erb
Eric Schultz 3558f2712c WIP
2020-04-23 14:09:14 -05:00

6 lines
287 B
Text

// Run this example by adding <%%= javascript_pack_tag 'hello_erb' %> to the head of your layout file,
// like app/views/layouts/application.html.erb. Don't forget to uncomment erb tag after adding it to your layout file.
<% name = 'Erb' %>
console.log('Hello world from <%= name %>')