Files
open-wc/docs/guide/README.md
Pascal Schilp 0fa9e176ee Fix typos/spelling (#31)
* Fix typos
2018-10-28 18:57:45 +01:00

777 B

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

General Help Section