chore: npm i in-progress
This commit is contained in:
parent
9bec740f07
commit
ca900a3544
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -14,7 +14,7 @@ The result is a reactive UI on property changes.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Import via unpkg](#import-via-unpkg)
|
1. [Import via unpkg](#import-via-unpkg)
|
||||||
1. [Installation via npm](#installation-via-npm)
|
1. ~~[Installation via npm](#installation-via-npm)~~ - in-progress
|
||||||
1. [Usage](#usage)
|
1. [Usage](#usage)
|
||||||
1. [Quick Start Example](#quick-start-example)
|
1. [Quick Start Example](#quick-start-example)
|
||||||
1. [Life-Cycle Hooks](#life-cycle-hooks)
|
1. [Life-Cycle Hooks](#life-cycle-hooks)
|
||||||
|
@ -32,12 +32,12 @@ import WebComponent from "https://unpkg.com/web-component-base";
|
||||||
import WebComponent from "https://unpkg.com/web-component-base@1.6.0/index.mjs";
|
import WebComponent from "https://unpkg.com/web-component-base@1.6.0/index.mjs";
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation via npm
|
## ~~Installation via npm~~ - in-progress
|
||||||
If you have a bundler to help resolving imports:
|
Still fixing the module for this to be used as a node module
|
||||||
|
|
||||||
```bash
|
<!--```bash
|
||||||
npm i web-component-base
|
npm i web-component-base
|
||||||
```
|
```-->
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue