mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore(examples): add rollup set-up
This commit is contained in:
parent
d746c9134a
commit
c1b98ced95
11 changed files with 889 additions and 0 deletions
13
examples/rollup/README.md
Normal file
13
examples/rollup/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# rollup
|
||||
|
||||
> Example set-up using [Rollup](https://github.com/rollup/rollup).
|
||||
|
||||
## 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