DEV Community

Discussion on: Make awesome WebComponents with Svelte

Collapse
 
ptkdev profile image
Patryk Rzucidło • Edited

Is a boilerplate = pre configured project if you don't want start from empty repository. Is a awesome templates for start project. See Github template

  • Awesome readme design with emoji and all instruction
  • Best pratices for create webcomponents with svelte
  • Typescript ans tspath configured in rollup
  • Scss configured
  • Prettier and eslint work correctly with svelte and typescript
  • generator for badges and contributors of markdown
  • test and types configured
  • web component work with all the other JS frameworks out of the box

Svelte don't provide this configuratiom as default (out of the box). You need spend weeks for get this configuration. Is a Github templates, you can use it for your new project for create new web component provide all Best pratices and fix all bug of svelte+typescript and similar.