https://github.com/silverbirder/webcomponents-sample-code
webcomponents sample code for techbook7
https://github.com/silverbirder/webcomponents-sample-code
sample techbook webcomponents
Last synced: about 2 months ago
JSON representation
webcomponents sample code for techbook7
- Host: GitHub
- URL: https://github.com/silverbirder/webcomponents-sample-code
- Owner: silverbirder
- License: mit
- Created: 2019-08-13T02:42:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:29:34.000Z (over 2 years ago)
- Last Synced: 2025-06-24T19:37:43.348Z (12 months ago)
- Topics: sample, techbook, webcomponents
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webcomponents-sample-code
webcomponents sample code for techbook7
※ will link to e-book for techbook7
# Usage
```bash
$ npm i && npm run start
-> access to http://localhost:8080/chapter
```
# Contents
* chapter
* 2
* html-imports
* lifecycle methods
* minimum required web components
* 3
* todo web components
* slot
* test code