mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
c0c007aaa099f6be8c7b31d2bb07c680f47beb8d
🛠 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.
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
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
Languages
JavaScript
93.6%
HTML
4.1%
MDX
1.5%
TypeScript
0.8%