Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
npm run build:vue

Watch script for vue template files:

Code Block
npm run watch:vue



This will compile the Vue single component files and can be used in a htmlContainer as the Template attribute.

...