0.0.1 • Published 5 years ago

htw-stencil-helloworld v0.0.1

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

Stencil hello-world component

The same <hello-world></hello-world> webcomponent as in the vanilla-helloworld repo, created with stenciljs.

Getting Started

Clone this repo to a new directory:

git clone https://github.com/tobiasbalmer/htw-stencil-helloworld.git stencil-helloworld
cd stencil-helloworld
git remote rm origin

and run:

npm install
npm start

To build the component for production, run:

npm run build