open-wc is still in an early stage - pls review our recommendations and test our tools! we are eager to get feedback
We want to provide a good set of default on how to facilitate your web component.
mkdir my-element
cd my-element
# Default recommendation
npx -p yo -p generator-open-wc -c 'yo open-wc:vanilla'
For all further details pls visit open-wc.org.
# 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