Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to use vue.js in expressjs with pug

script(type="text/x-template" id="my-component")
  div
    (html goes here)

script.
  var MyComponent= Vue.component({
    "template": '#my-component',
    <rest of the code goes here>
  });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #expressjs #pug
ADD COMMENT
Topic
Name
8+5 =