# vue-bootstrap-examples **Repository Path**: chenjianlong/vue-bootstrap-examples ## Basic Information - **Project Name**: vue-bootstrap-examples - **Description**: demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-bootstrap-examples ```js // 安装 npm install // 运行开发,在浏览器打开 http://localhost:8090/modules/CarouselHome/index.html npm run dev // 打包 npm run build ``` - CarouselHome: http://localhost:8090/modules/CarouselHome/index.html - FormLogin: http://localhost:8090/modules/FormLogin/index.html - OfficialDemo: http://localhost:8090/modules/OfficialDemo/index.html - PopupsHome: http://localhost:8090/modules/PopupsHome/index.html - TableHome: http://localhost:8090/modules/TableHome/index.html ## 备注: - 时间关系,只搭建了目录结构、简单运行、打包命令和一句`Hello Vue` - 该项目已用到Vue、Vuex、ES2015语法,还没使用Vue-Router - dist/assets/js/libs/里的vue.min.js、vuex.min.js暂时是手动拷贝进去的