0.0.63 • Published 6 years ago
@haleo/web-components v0.0.63
Startup
- Install Docker
- Use
docker-compose run --rm ionic bash
Getting Started
npm install
npm startTo build the component for production, run:
npm run buildUsing this component
Script tag
- Publish to NPM
- Put a script tag similar to this
<script src='https://unpkg.com/my-component@0.0.1/dist/mycomponent.js'></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Node Modules
- Run
npm install my-component --save - Put a script tag similar to this
<script src='node_modules/my-component/dist/mycomponent.js'></script>in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
In a stencil-starter app
- Run
npm install my-component --save - Add an import to the npm packages
import my-component; - Then you can use the element anywhere in your template, JSX, html etc
0.0.63
6 years ago
0.0.59
6 years ago
0.0.55
6 years ago
0.0.52
6 years ago
0.0.48
6 years ago
0.0.37
6 years ago
0.0.44
6 years ago
0.0.36
6 years ago
0.0.40
6 years ago
0.0.35
6 years ago
0.0.34
6 years ago
0.0.33
6 years ago
0.0.32
6 years ago
0.0.28
6 years ago
0.0.26
6 years ago
0.0.24
7 years ago
0.0.21
7 years ago
0.0.17
7 years ago
0.0.13
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago