mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore(examples): omit getting started instructions
This commit is contained in:
parent
1d479eb835
commit
d746c9134a
3 changed files with 2 additions and 32 deletions
|
@ -1,17 +1,7 @@
|
||||||
# webpack
|
# routify
|
||||||
|
|
||||||
> Example set-up using [Routify](https://github.com/roxiness/routify).
|
> Example set-up using [Routify](https://github.com/roxiness/routify).
|
||||||
|
|
||||||
## Getting started
|
|
||||||
|
|
||||||
Quickly scaffold a new project using [degit](https://github.com/Rich-Harris/degit):
|
|
||||||
|
|
||||||
```sh
|
|
||||||
npx degit ibm/carbon-components-svelte/examples/routify svelte-app
|
|
||||||
cd svelte-app
|
|
||||||
yarn install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Available scripts
|
## Available scripts
|
||||||
|
|
||||||
### `yarn dev`
|
### `yarn dev`
|
||||||
|
|
|
@ -2,16 +2,6 @@
|
||||||
|
|
||||||
> Example set-up using [svite](https://github.com/dominikg/svite).
|
> Example set-up using [svite](https://github.com/dominikg/svite).
|
||||||
|
|
||||||
## Getting started
|
|
||||||
|
|
||||||
Use [degit](https://github.com/Rich-Harris/degit) to quickly scaffold a new project:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
npx degit ibm/carbon-components-svelte/examples/svite carbon-svite
|
|
||||||
cd carbon-svite
|
|
||||||
yarn install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Available scripts
|
## Available scripts
|
||||||
|
|
||||||
### `yarn dev`
|
### `yarn dev`
|
||||||
|
|
|
@ -1,16 +1,6 @@
|
||||||
# webpack
|
# webpack
|
||||||
|
|
||||||
> Example webpack set-up using pre-compiled CSS shipped with `carbon-components-svelte`.
|
> Example set-up using [webpack](https://github.com/webpack/webpack).
|
||||||
|
|
||||||
## Getting started
|
|
||||||
|
|
||||||
Quickly scaffold a new project using [degit](https://github.com/Rich-Harris/degit):
|
|
||||||
|
|
||||||
```sh
|
|
||||||
npx degit ibm/carbon-components-svelte/examples/webpack svelte-app
|
|
||||||
cd svelte-app
|
|
||||||
yarn install
|
|
||||||
```
|
|
||||||
|
|
||||||
## Available scripts
|
## Available scripts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue