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 start
To build the component for production, run:
npm run build
Using 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
6 years ago
0.0.21
6 years ago
0.0.17
6 years ago
0.0.13
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago