Skip to content

spblog/Web-Components-in-SPFx-world-Vue-vs-Stencil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Components in SPFx world: Vue vs Stencil

Blog post - Web Components in SPFx world: Vue vs Stencil

How to run samples:

in stencil folder:

  1. npm install
  2. npm run build
  3. npm link

in vue folder:

  1. npm install
  2. npx vue-cli-service build --target wc --name vue-toggle src/components/Toggle.vue

in spfx folder:

  1. npm install
  2. npm link stencil-toggle
  3. gulp serve
  4. add hello world web part in browser

About

Web Components in SPFx world: Vue vs Stencil

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published