Files
open-wc/docs/guide
2019-01-13 11:46:34 +01:00
..
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00
2019-01-13 11:46:34 +01:00

Introduction

The goal of Open Web Components is to allow everyone to have a powerful setup for sharing open source web components. To achieve this we give a set of recommendations on how to facilitate such a component.

Quickstart

This will setup a vanilla web component based on our latest recommendations.

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

Available Recommendations

FAQ

Example

The Set-Game Example uses all the above recommendations You can find a published storybook here: https://example-set-game-open-wc.netlify.com/.