@syed_umair/webcomponents-starter

1.0.4 • Public • Published

native-webcomponent

Proof of Concept for building Native WebComponents

Tools

  • Webpack
  • ESLint
  • Babel
  • Jest
  • Prettier
  • Sass

To Use

import the module first by the following methods

<script src="https://unpkg.com/@syed_umair/webcomponents-starter@latest"></script>

or

npm i @syed_umair/webcomponents-starter

import '@syed_umair/webcomponents-starter'

then use custom tags

<todo-app></todo-app>
<hello-world></hello-world>

Development

setup

  npm i
  npm run build
  npm run test

Test the custom tags locally in localhost:8080

npm run dev

Dependencies (0)

    Dev Dependencies (24)

    Package Sidebar

    Install

    npm i @syed_umair/webcomponents-starter

    Weekly Downloads

    1

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    166 kB

    Total Files

    9

    Last publish

    Collaborators

    • syed_umair