Vue website application with the documentation of bepro-js library
npm install
First clone the bepro-js library and then generate docs.json into public/static/ so we can fetch it
git clone git@github.com:bepronetwork/bepro-js.git ../bepro-js
npm run dev-docs
npm run serve
npm run build
npm run test:e2e
npm run lint