SakuraPanel/assets/panel/plugins/daterangepicker/example/browserify
2020-01-18 05:51:45 +08:00
..
bundle.js Initial commit 2020-01-18 05:51:45 +08:00
index.html Initial commit 2020-01-18 05:51:45 +08:00
main.js Initial commit 2020-01-18 05:51:45 +08:00
README.md Initial commit 2020-01-18 05:51:45 +08:00

Browserify example

Two steps need to be done for this to work

In the project root

npm install

In this folder

../../node_modules/.bin/browserify main.js -o bundle.js