need to install node.js first
-
$ npm install
-
$ npm run dev
// dev mode -
$ npm run build
// build into dist dir
In dev mode, npm run dev
you can change the src attribute in test.html to see iframe
After you run npm run build
, copy files in dist to your project