Demo is here.
Here are long-invented tools for frontend on js.
Copy js file in folder dist/main.js
wich you want (copy css to if you want default style), set for your project.
See usage example on sample/index.html
- Before customize and build, install
node_modules
with this command
npm i
- Source code of
dist/main.js
insrc
directory, customize if you want - Build
main.js
fromsrc
with this command
npm run build
- Use builded bundle on your html page (Do not forget copy styles in
css
directory)