Skip to content

💻 Template for creating universal (framework agnostic) component (library) based on svelte3, rollup and ava

License

Notifications You must be signed in to change notification settings

dmitry-kurmanov/svelte3-component-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte3-component-template

Template for creating universal (framework agnostic) component (library) based on svelte3, rollup and ava

run buld with live reload at http://localhost:5000/:

npm start

run ava tests in watch mode:

npm test

run one time build:

npm run build

run one time tests (helpfull for the Husky prepush hooks):

npm run test-single

About

💻 Template for creating universal (framework agnostic) component (library) based on svelte3, rollup and ava

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published