carbon-components-svelte/examples/svite
dependabot[bot] 362852aac6
chore(deps): bump y18n from 4.0.0 to 4.0.1 in /examples/svite
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 06:55:54 +00:00
..
public chore(examples): add svite example set-up 2020-09-07 14:10:24 -07:00
src chore(deps-dev): upgrade prettier-plugin-svelte (#498) 2021-01-27 15:02:02 -08:00
.gitignore chore(examples): add svite example set-up 2020-09-07 14:10:24 -07:00
index.html chore(examples): add svite example set-up 2020-09-07 14:10:24 -07:00
package.json chore(examples): bump carbon-components-svelte to ^0.12 2020-09-13 14:25:16 -07:00
README.md docs: update guidance on examples, usage 2020-09-13 13:39:36 -07:00
svelte.config.js chore(examples): add svite example set-up 2020-09-07 14:10:24 -07:00
yarn.lock chore(deps): bump y18n from 4.0.0 to 4.0.1 in /examples/svite 2021-04-01 06:55:54 +00:00

svite

Example set-up using svite.

Getting started

Scaffold a new project using degit:

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

Available scripts

yarn dev

Runs the app in development mode.

yarn build

Builds the app for production.