Quantcast
Channel: Active questions tagged svelte - Stack Overflow
Viewing all articles
Browse latest Browse all 1541

How to import a Svelte component into a JS file

$
0
0

I'm working on a project using both of native JS and Svelte.And I worked on a Svelte component and I want to know how can I import this later into my JS file.

*index.js*// js code here alert('here is my sweet Svelte compoent');-- the svelte component must be here ---...//**MyComponent.svelte**<script>   ... the Svelte code ...</script><style>   ... the Svelte component's style ...</style><div>   ...   ...</div>

Viewing all articles
Browse latest Browse all 1541

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>