Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greyby/vue-bootstrap
vue bootstrap
https://github.com/greyby/vue-bootstrap
Last synced: 24 days ago
JSON representation
vue bootstrap
- Host: GitHub
- URL: https://github.com/greyby/vue-bootstrap
- Owner: greyby
- License: mit
- Created: 2015-08-19T08:53:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T08:08:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T09:15:37.346Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-bootstrap
This example demonstrates using Webpack as the build tool for Vue.js apps, including:
- Using Webpack + vue-loader for code organization
- Using vue-router for routing
- Extracting CSS into a Single File
- Package Bootstrap and jQuery## Setup
``` bash
npm install
npm run serve
```