https://github.com/patkub/bs4-polymer
Bootstrap 4 elements and shared styles for Polymer 2
https://github.com/patkub/bs4-polymer
bootstrap polymer web-components
Last synced: 3 months ago
JSON representation
Bootstrap 4 elements and shared styles for Polymer 2
- Host: GitHub
- URL: https://github.com/patkub/bs4-polymer
- Owner: patkub
- Created: 2017-07-24T17:03:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T22:27:35.000Z (almost 2 years ago)
- Last Synced: 2025-12-03T15:03:30.784Z (7 months ago)
- Topics: bootstrap, polymer, web-components
- Language: HTML
- Homepage: https://patkub.github.io/bs4-polymer-demo/
- Size: 2.51 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap 4 Polymer Elements & Shared Styles
[](https://badge.fury.io/gh/patkub%2Fbs4-polymer)
[](https://circleci.com/gh/patkub/bs4-polymer)
[](https://badge.fury.io/js/bs4-polymer)
[](https://david-dm.org/patkub/bs4-polymer)
[](https://david-dm.org/patkub/bs4-polymer?type=dev)
[](https://greenkeeper.io/)
> [Bootstrap 4](http://getbootstrap.com/) elements and shared styles for [Polymer 2](https://www.polymer-project.org/).
[Demo](https://patkub.github.io/bs4-polymer-demo/) | [Docs](https://patkub.github.io/bs4-polymer/) | [Bootstrap 4](http://getbootstrap.com/) | [Polymer 2](https://www.polymer-project.org/)
### Setup
First, install [Node.js](https://nodejs.org/en/download) and [Yarn](https://yarnpkg.com/lang/en/docs/install)
Then, fetch dependencies:
```sh
yarn install
```
### Build
This command compiles sass and inlines the resulting css into the components.
The resulting components are output to the `dist` folder.
```sh
yarn run build
```