# bootstrap-vue **Repository Path**: Kersen/bootstrap-vue ## Basic Information - **Project Name**: bootstrap-vue - **Description**: vue4版本加上Bootstrap写的一个简易的响应式布局 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-17 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bootstrap-vue vue4版本加上Bootstrap写的一个简易的响应式布局 ## 项目特点 * 基于`Vue` 全家桶和`BootstrapVue` UI框架的todo列表, 使用 drag & drop API 实现拖动效果. * 响应式的布局 ![layout](demo_gif/layout.gif) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Lints and fixes files ``` yarn run lint ``` ### yarn and download bootstrap ``` yarn add vue bootstrap-vue bootstrap ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).