0.0.63 • Published 5 years ago

@haleo/web-components v0.0.63

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Startup

  • Install Docker
  • Use docker-compose run --rm ionic bash

Built With Stencil

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

5 years ago

0.0.59

5 years ago

0.0.55

5 years ago

0.0.52

5 years ago

0.0.48

5 years ago

0.0.37

5 years ago

0.0.44

5 years ago

0.0.36

5 years ago

0.0.40

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.28

5 years ago

0.0.26

5 years ago

0.0.24

5 years ago

0.0.21

5 years ago

0.0.17

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago