Blog post - Web Components in SPFx world: Vue vs Stencil
in stencil folder:
- npm install
- npm run build
- npm link
in vue folder:
- npm install
- npx vue-cli-service build --target wc --name vue-toggle src/components/Toggle.vue
in spfx folder:
- npm install
- npm link stencil-toggle
- gulp serve
- add hello world web part in browser