Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilaborie/webcomponents-devoxx-19
Web Component : du natif à Stencil.js ou lit-element
https://github.com/ilaborie/webcomponents-devoxx-19
Last synced: 15 days ago
JSON representation
Web Component : du natif à Stencil.js ou lit-element
- Host: GitHub
- URL: https://github.com/ilaborie/webcomponents-devoxx-19
- Owner: ilaborie
- Created: 2019-04-16T16:16:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T11:26:36.000Z (almost 6 years ago)
- Last Synced: 2024-11-11T00:35:10.815Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.76 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Components : native, Stencil.js, or lit-element
===Requirements
---* [Git](https://git-scm.com/)
* [NodeJS 8+](https://nodejs.org/)
* A good web IDE: [VSCode](https://code.visualstudio.com/), [Atom](https://atom.io/), [WebStorm](https://www.jetbrains.com/webstorm/), [emacs](https://www.gnu.org/software/emacs/), [vim](https://www.vim.org/), …
* A modern browser: [Firefox 63](https://www.mozilla.org/firefox), [Chrome 60](https://www.google.com/chrome/), [Safari 10.1+](https://www.apple.com/fr/safari/)Prepare your environnement
---1. Checkout or download this repository `git clone https://github.com/ilaborie/webcomponents-devoxx-19`
2. Go into `native` and run `npm ci`
3. Then go into `stencil` and run `npm ci`
4. Then go into `lit-element` and run `npm ci`Open , choose your exercise and follow instructions.