carbon-components-svelte/examples/rollup
2020-09-13 14:25:16 -07:00
..
public chore(examples): add rollup set-up 2020-09-07 15:35:20 -07:00
src chore(examples): add rollup set-up 2020-09-07 15:35:20 -07:00
.gitignore chore(examples): add rollup set-up 2020-09-07 15:35:20 -07:00
package.json chore(examples): bump carbon-components-svelte to ^0.12 2020-09-13 14:25:16 -07:00
README.md v0.12.0 2020-09-13 14:05:51 -07:00
rollup.config.js chore(examples): add rollup set-up 2020-09-07 15:35:20 -07:00
yarn.lock chore(examples): bump carbon-components-svelte to ^0.12 2020-09-13 14:25:16 -07:00

rollup

Example set-up using Rollup.

Getting started

Scaffold a new project using degit:

npx degit ibm/carbon-components-svelte#rollup svelte-app
cd svelte-app
yarn install

Available scripts

yarn dev

Starts the app in development mode.

yarn build

Builds the app for production.