@raydeck/create-weweb-component

1.0.13 • Public • Published

@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

/@raydeck/create-weweb-component/

    Package Sidebar

    Install

    npm i @raydeck/create-weweb-component

    Weekly Downloads

    5

    Version

    1.0.13

    License

    MIT

    Unpacked Size

    14.5 kB

    Total Files

    23

    Last publish

    Collaborators

    • raydeck