houdini/app/javascript/packs/hello_erb.js.erb

7 lines
287 B
Text
Raw Normal View History

2019-11-18 21:51:37 +00:00
// 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 %>')