dist/lib/*
src/svelte/*
dist/component/*
dist/customElement/*
NOTE: change the customElement tag in the rullup config 'my-component-tag-name'
degit Anyass3/svelte-component-template#main
if you don't already install degit globally try:
npm install -g degit
ELSE: You may clone this repo or do your way.