mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore(examples): add routify set-up
This commit is contained in:
parent
a4aa2d9c77
commit
1d479eb835
16 changed files with 2885 additions and 0 deletions
23
examples/routify/README.md
Normal file
23
examples/routify/README.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# webpack
|
||||
|
||||
> 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
|
||||
|
||||
### `yarn dev`
|
||||
|
||||
Starts the app in development mode.
|
||||
|
||||
### `yarn build`
|
||||
|
||||
Builds the app for production.
|
Loading…
Add table
Add a link
Reference in a new issue