Skip to content

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

License

Notifications You must be signed in to change notification settings

bennypowers/open-wc

 
 

Repository files navigation

🛠 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.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 2.3%