Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T22:27:35.000Z (4 months ago)
- Last Synced: 2024-10-15T01:46:08.949Z (23 days 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
[![GitHub version](https://badge.fury.io/gh/patkub%2Fbs4-polymer.svg)](https://badge.fury.io/gh/patkub%2Fbs4-polymer)
[![Circle CI](https://circleci.com/gh/patkub/bs4-polymer.svg?style=shield&circle-token=503d43acd590abe00a8f97f12a92918a150194e1)](https://circleci.com/gh/patkub/bs4-polymer)
[![npm version](https://badge.fury.io/js/bs4-polymer.svg)](https://badge.fury.io/js/bs4-polymer)
[![dependencies Status](https://david-dm.org/patkub/bs4-polymer/status.svg)](https://david-dm.org/patkub/bs4-polymer)
[![devDependencies Status](https://david-dm.org/patkub/bs4-polymer/dev-status.svg)](https://david-dm.org/patkub/bs4-polymer?type=dev)
[![Greenkeeper badge](https://badges.greenkeeper.io/patkub/bs4-polymer.svg)](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
```