Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mightyhorst/webcomponents-react-angular-vue
Code for the tutorial at Medium
https://github.com/mightyhorst/webcomponents-react-angular-vue
medium reactjs webcomponents
Last synced: about 3 hours ago
JSON representation
Code for the tutorial at Medium
- Host: GitHub
- URL: https://github.com/mightyhorst/webcomponents-react-angular-vue
- Owner: mightyhorst
- Created: 2020-01-31T07:04:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:43:11.000Z (about 2 years ago)
- Last Synced: 2024-11-26T02:14:37.496Z (2 months ago)
- Topics: medium, reactjs, webcomponents
- Language: TypeScript
- Homepage: https://medium.com/@mitchynz/microclients-webcomponents-to-share-react-angular-and-vuejs-components-part-1-a86ba69171c4
- Size: 4.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![npm version](http://img.shields.io/npm/v/webcomponents-react-angular-vue.svg?style=flat)](https://www.npmjs.com/package/webcomponents-react-angular-vue "View this project on npm")# WebComponents with ReactJs, Angular and VueJs
This is the repo for the Medium Series starting here:
[https://medium.com/@mitchynz/microclients-webcomponents-to-share-react-angular-and-vuejs-components-part-1-a86ba69171c4](https://medium.com/@mitchynz/microclients-webcomponents-to-share-react-angular-and-vuejs-components-part-1-a86ba69171c4)![App](https://miro.medium.com/max/3072/1*Lmnn7Z6QtmUzzKgvejVjvw.png "The App we will build")
### Demo
See [https://webcomponent-react.surge.sh](https://webcomponent-react.surge.sh)### Quick Start
```
yarn install
yarn run serve
```Open [http://localhost:5000](http://localhost:5000)
### Authour
Nick Mitchell [email protected]