1.0.13 • Published 3 years ago

@weweb/create-component v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@weweb/create-component

Scaffolding Your First weweb.io custom elements

With NPM:

$ npm init @weweb/component

With Yarn:

$ yarn create @weweb/component

Then follow the prompts!

You can also directly specify the project name and the type of source code you want to develop via additional command line options. For example, to scaffold a custom element project, run:

npm init @weweb/component my-element --type element

Currently supported type are:

  • element
  • section
1.1.0

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago