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