2019-01-16 21:30:20 +01:00
2019-01-16 21:30:20 +01:00
2019-01-13 10:51:59 +00: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
2018-12-23 01:22:03 +01:00

🛠 Status: In Development

open-wc is still in an early stage - pls review our recommendations and test our tools! we are eager to get feedback

Open Web Component Recommendations

We want to provide a good set of default on how to facilitate your web component.

CircleCI BrowserStack Status Renovate enabled

Usage

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

Homepage

For all further details pls visit open-wc.org.

Contact

The easiest is probably to create a github issue. Don't be afraid to use it for questions as well.

Also we usually hang out on polymer.slack.com in the #open-wc channel if you wanna chat.
You can join polymers slack by visiting this link.

We proudly use

Browserstack Logo

Working on it

# 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%