# svelte-list

> Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).

Latest version **0.1.9** (published 2022-05-11) · 0 weekly downloads

## Install

```sh
npm install svelte-list
pnpm add svelte-list
yarn add svelte-list
bun add svelte-list
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.9 |
| Published | 2022-05-11 |
| First published | 2022-01-12 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 81.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | rpbramos |

## Links

- npm: https://www.npmjs.com/package/svelte-list
- npm.io page: https://npm.io/package/svelte-list

## Dependencies (1)

- [feather-icons](https://npm.io/package/feather-icons.md) ^4.29.0

## Recent versions

- 0.1.9 (latest) — 2022-05-11
- 0.1.8 — 2022-05-11
- 0.1.6 — 2022-05-11
- 0.1.5 — 2022-05-11
- 0.1.4 — 2022-05-11
- 0.1.3 — 2022-05-11
- 0.1.2 — 2022-05-11
- 0.1.1 — 2022-05-11
- 0.1.0 — 2022-05-11
- 0.0.8 — 2022-05-11
- 0.0.7 — 2022-05-10
- 0.0.6 — 2022-02-02
- 0.0.5 — 2022-02-02
- 0.0.4 — 2022-01-31
- 0.0.3 — 2022-01-22
- … 2 more at https://npm.io/package/svelte-list/versions

## README

# create-svelte

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).

## Creating a project

If you're seeing this, you've probably already done this step. Congrats!

```bash
# create a new project in the current directory
npm init svelte

# create a new project in my-app
npm init svelte my-app
```

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.

---
_Source: https://npm.io/package/svelte-list · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
