UNPKG

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