Skip to content

Anyass3/svelte-component-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my own customized svelte component template builder

  1. It is already configured for a low level implementation any webapp

dist/lib/*

  1. Svelte component

src/svelte/*

  1. General(In any other js project) component as a module and nomodule fallback

dist/component/*

  1. Also as a custom element for use in any web-project

dist/customElement/*

NOTE: change the customElement tag in the rullup config 'my-component-tag-name'

Installation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published