Thomas Allmer 46e5bda9a5 Publish
- @open-wc/eslint-config@0.1.0
 - @open-wc/example-vanilla@0.1.0
 - generator-open-wc@0.1.0
 - @open-wc/storybook@0.1.0
2018-09-17 15:59:01 +02:00
2018-09-17 15:59:01 +02:00
2018-09-17 14:56:22 +02:00
2018-09-17 14:56:22 +02:00
2018-09-17 14:56:22 +02:00
2018-09-17 14:56:22 +02:00
2018-09-17 14:56:22 +02:00

Open Web Component Recommendations

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

Usage

mkdir my-element
cd my-element
# Minimum setup
npx -p yo -p generator-open-wc -c 'yo open-wc:vanilla-bare'

Available Recommendations

# Demos using storybook
npx -p yo -p generator-open-wc -c 'yo open-wc:storybook'

# Linting using eslint
npx -p yo -p generator-open-wc -c 'yo open-wc:eslint'

Working on it

npm run bootstrap
# does: lerna bootstrap --hoist

# run demos
lerna run storybook --scope @open-wc/example-vanilla --stream

# eslint
lerna run lint:eslint --scope @open-wc/example-vanilla --stream
Description
No description provided
Readme MIT 25 MiB
Languages
JavaScript 93.6%
HTML 4.1%
MDX 1.5%
TypeScript 0.8%