hello-world-npm-lib

Demo publish lib to npm

Usage no npm install needed!

<script type="module">
  import helloWorldNpmLib from 'https://cdn.skypack.dev/hello-world-npm-lib';
</script>

README

hello-world-npm-lib

Demo publish lib to npm

NPM JavaScript Style Guide

Install

npm install --save hello-world-npm-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'hello-world-npm-lib'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © [Ngo Viet Thanh <vietthanhbk1994@gmail.com>](https://github.com/Ngo Viet Thanh <vietthanhbk1994@gmail.com>)