Svelte
Install CLI
Install the Elements CLI to your system. This creates a canonical executable path and adds the nve command to your path when possible.
Create a New Project
Use the Elements CLI to quickly bootstrap a new svelte project with the necessary dependencies:
Setup an Existing Project
Setup an existing project to use Elements you can use the setup command to add the necessary dependencies and configure the MCP server.
If not yet done, install NodeJS. NodeJS is a JavaScript runtime that has a large ecosystem of tooling and packages for Web Development. Once installed the Node Package Manager (NPM) will be available for use.
Manual Integration
If installing to an existing project, install the core dependencies:
Once installed import and use Elements within Svelte .svelte template files.
Properties and events then work via the standard template syntax.