2019-01-16 21:49:57 +01:00
2019-01-16 21:49:57 +01:00
2019-01-16 21:49:57 +01:00
2019-01-16 21:49:57 +01:00
2018-12-20 17:04:23 +01:00
2018-09-17 14:56:22 +02:00
2018-09-17 14:56:22 +02:00
2019-01-16 21:49:57 +01:00

🛠 Status: In Development

open-wc is still in an early stage - please review our recommendations and test our tools! We'd love to get your feedback.

Open-wc Logo

Open Web Component Recommendations

Open-wc provides a set of recommendations and defaults on how to facilitate your Web Component, our recommendations include: developing, linting, testing, tooling, demoing, publishing and automating.

CircleCI BrowserStack Status Renovate enabled

Usage

mkdir my-element
cd my-element
# Default development recommendation
npx -p yo -p generator-open-wc -c 'yo open-wc:vanilla'

Homepage

For more details please visit us at open-wc.org.

Contact

Feel free to create a github issue for any feedback or questions you might have.

You can also find us on the Polymer slack in the #open-wc channel.

You can join the Polymer slack by visiting this link.

We proudly use

Browserstack Logo

Guide

# bootstrap/setup
npm run bootstrap

# linting
npm run lint

# local testing
npm run test

# testing via browserstack
npm run test:bs

# run commands only for a specific scope
lerna run <command> --scope @open-wc/<package-name> --stream
Description
No description provided
Readme MIT 25 MiB
Languages
JavaScript 93.6%
HTML 4.1%
MDX 1.5%
TypeScript 0.8%