mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs: set-up sapper template
This commit is contained in:
parent
cd369f147a
commit
04b8978ec2
22 changed files with 5209 additions and 0 deletions
4
docs/src/client.js
Normal file
4
docs/src/client.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import "./style.scss";
|
||||
import * as sapper from "@sapper/app";
|
||||
|
||||
sapper.start({ target: document.querySelector("#sapper") });
|
Loading…
Add table
Add a link
Reference in a new issue