https://github.com/maxart2501/web-components-talk
A talk about Web Components and their present and future
https://github.com/maxart2501/web-components-talk
presentation web-components
Last synced: about 1 year ago
JSON representation
A talk about Web Components and their present and future
- Host: GitHub
- URL: https://github.com/maxart2501/web-components-talk
- Owner: MaxArt2501
- License: mit
- Created: 2019-12-25T22:50:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T00:31:09.000Z (about 3 years ago)
- Last Synced: 2025-02-11T19:35:10.260Z (over 1 year ago)
- Topics: presentation, web-components
- Language: HTML
- Homepage: https://maxart2501.github.io/web-components-talk/
- Size: 6.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
The bright future of Web Components
===================================
Slides for a talk about Web Components.
Originally conceived for [CodeMotion Rome 2020](https://events.codemotion.com/conferences/rome/2020/) in Rome, 2020-03-27. Aired instead for [CodeMotion Online Tech Conference - Italian edition](https://events.codemotion.com/conferences/online/2020/online-tech-conference-italian-edition/).
Built on top of [P-Slides](https://github.com/MaxArt2501/p-slides)!
## Building
Node.js 10.x is required (actually it could work in Node 8 - haven't checked).
To start the presentation in development mode:
1. Clone the repository;
2. `npm i`
3. `npm run serve`
Or `npm run build` to just build it, then serve `/public` with your HTTP server of choice.
## Tests
... what?