UNPKG

365 BMarkdownView Raw
1# Pwet
2
3Utility for building Webcomponents with factory functions :)
4
5## Example
6### Show example
7
8show the already builded example:
9
10```examples/counter/build/index.html```
11
12
13### Build using webpack-dev-server
14
15```
16npm install && npm run demo
17```
18
19or, with yarn:
20```
21yarn && yarn demo
22```
23Now the demo is visible at [http://localhost:3000](http://localhost:3000)
24
\No newline at end of file