# BoostrapTableExample **Repository Path**: happy1895/BoostrapTableExample ## Basic Information - **Project Name**: BoostrapTableExample - **Description**: 用来做bs table的测试 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README bootstrap-table-examples ====================== [Bootstrap Table Examples](http://issues.wenzhixin.net.cn/bootstrap-table) [jsFiddle Examples](https://github.com/wenzhixin/bootstrap-table-examples/blob/master/jsfiddle_examples.md) [CRUD Example](https://github.com/wenzhixin/bootstrap-table-examples/blob/master/crud/README.md) ## Usage ### clone & init ```sh git clone https://github.com/wenzhixin/bootstrap-table-examples.git cd bootstrap-table-examples git submodule update --init npm install ``` ### download from zip * Download [bootstrap-table-examples](https://github.com/wenzhixin/bootstrap-table-examples/archive/master.zip) * Download [bootstrap-table](https://github.com/wenzhixin/bootstrap-table/archive/master.zip), unzip to `assets/bootstrap-table` * Download [multiple-select](https://github.com/wenzhixin/multiple-select/archive/master.zip), unzip to `assets/multiple-select` ``` cd bootstrap-table-examples npm install ``` ## run ```sh node app ``` ## reporting issues All issues need to be submitted to the main project, not this examples repo. Please read: https://github.com/wenzhixin/bootstrap-table/blob/develop/CONTRIBUTING.md#bug-reports and post issue to: https://github.com/wenzhixin/bootstrap-table/issues, thanks!