Examples of interoperability capability of Web Components
This is a project containing examples of interop capabilities of Web Components. Inside of web-components
directory you can find few different components whereas in projects
directory you can find apps based on various frameworks using those components internally.
Run npm run setup
to setup everything, then run npm run start:all
to start all the apps in parallel.
You can also execute individual scripts to run only one app at once:
npm run start:react
- to run React-based appnpm run start:angular
- to run Angular-based appnpm run start:vue
- to run Vue-based app
-
React app - http://localhost:9000/
-
Angular app - http://localhost:4200/
-
Vue app - http://localhost:8080/
-
Web Components Demos - http://localhost:8090/