Svelte CLI
🛠️ Standard Tooling for Svelte.js Development
Feature Rich
Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.
Extensible
The plugin system allows the community to build and share reusable solutions to common needs.
No Need to Eject
Svelte CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.
Graphical User Interface
Create, develop and manage your projects through an accompanying graphical user interface.
Instant Prototyping
Instantly prototype new ideas with a single Svelte file.
Future Ready
Effortlessly ship native ES2015 code for modern browsers, or build your svelte components as native web components.
Getting Started
Install:
npm install -g @svel/cli
# OR
yarn global add @svel/cli
Create a project:
svelte create my-project
# OR
svelte ui