mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
Update examples, update README documentation (#772)
* chore(examples): update example set-ups * chore: update readme docs
This commit is contained in:
parent
d24c60856f
commit
0315a17d4a
97 changed files with 6778 additions and 15821 deletions
15
examples/vite/package.json
Normal file
15
examples/vite/package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "next",
|
||||
"carbon-components-svelte": "^0.41.0",
|
||||
"carbon-preprocess-svelte": "^0.6.0",
|
||||
"svelte": "^3.38.2",
|
||||
"svelte-hmr": "^0.14.4",
|
||||
"vite": "^2.3.7"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue