To develop bootstrap-table and bootstrap-table-examples locally please run:
mkdir bootstrap-table-dev
cd bootstrap-table-dev
git clone https://github.com/wenzhixin/bootstrap-table
git clone https://github.com/wenzhixin/bootstrap-table-examples
cd bootstrap-table
yarn && yarn css:build:src
cd ..
yarn add http-server
npx http-server
And then open: http://localhost:8081/bootstrap-table-examples
cd bootstrap-table-examples
yarn
cd server
node app.js
All issues need to be submitted to the main project, not this examples repo.
Please read: CONTRIBUTING.md#bug-reports and post issue to issue, thanks!