...
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.
...
...
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.
...