Thomas Allmer 6211a82d42 chore: release new versions
- generator-open-wc@0.2.1
 - @open-wc/storybook@0.1.4
 - @open-wc/testing-wallaby@0.1.1
 - @open-wc/testing@0.2.2
2018-10-10 22:35:33 +02:00
2018-10-06 11:29:20 +02:00
2018-10-10 22:35:33 +02:00
2018-09-29 01:09:39 +02:00
2018-09-29 15:07:58 +02:00
2018-09-17 14:56:22 +02:00
2018-09-17 14:56:22 +02:00
2018-10-09 00:56:05 +02:00
2018-10-06 11:40:55 +02:00

Open Web Component Recommendations

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

CircleCI BrowserStack Status Renovate enabled

Usage

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

Default Recommodation Content

You can also pick and choose to apply them at any point later.

  • Vanilla Webcomponent npx -p yo -p generator-open-wc -c 'yo open-wc:vanilla-bare'
  • Testing Helpers npx -p yo -p generator-open-wc -c 'yo open-wc:testing-bare'
  • Automated Testing with Karma npx -p yo -p generator-open-wc -c 'yo open-wc:testing-karma'
  • Automated Testing via Karma and Browserstack npx -p yo -p generator-open-wc -c 'yo open-wc:testing-karma-bs'
  • Linting with ESLint npx -p yo -p generator-open-wc -c 'yo open-wc:lint-eslint'
  • Publish with Storybook npx -p yo -p generator-open-wc -c 'yo open-wc:publish-storybook'
  • Continous Integration with CircleCi npx -p yo -p generator-open-wc -c 'yo open-wc:publish-storybook'

Additional Recommodation

  • Instant Testing in IDE with Wallaby npx -p yo -p generator-open-wc -c 'yo open-wc:testing-wallaby'

We proudly use

Browserstack Logo

Working on it

npm run bootstrap
# does: lerna bootstrap --hoist

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