3.6.6 • Published 4 months ago

@sadragos/svelte-tools v3.6.6

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

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

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:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

3.6.6

4 months ago

3.6.5

4 months ago

3.6.4

4 months ago

3.6.3

4 months ago

3.6.2

4 months ago

3.6.1

4 months ago

3.6.0

4 months ago

3.5.1

4 months ago

3.5.0

5 months ago

3.4.2

5 months ago

3.4.1

5 months ago

3.4.0

5 months ago

3.3.1

6 months ago

3.3.0

6 months ago

3.2.4

6 months ago

3.2.3

6 months ago

3.2.2

6 months ago

3.2.1

6 months ago

3.2.0

6 months ago

3.0.0

6 months ago

2.3.2

6 months ago

2.3.1

6 months ago

2.2.0

6 months ago

2.1.1

6 months ago

1.0.0

6 months ago

0.2.7

8 months ago

0.2.6

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago