wails/v3/internal/templates/sveltekit/frontend
Steve Tynor 7c8cc6c0e1
Add aria-label to elements in the helloworld app templates (#4760)
* Add aria-label to elements in the helloworld app templates so they can be directly tested by Appium based E2E test clients

* changelog updated

* fix: restore UNRELEASED_CHANGELOG.md to correct state

Remove accidentally merged changelog entries from other PRs and
restore the base entries from v3-alpha with only this PR's changelog entry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 18:19:40 +11:00
..
frontend [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
src Add aria-label to elements in the helloworld app templates (#4760) 2025-12-10 18:19:40 +11:00
static Fix for input on mac 2025-04-18 16:11:14 +10:00
.gitignore [V3 Templates] Add Sveltekit and Sveltekit TS templates (#3829) 2024-10-20 13:26:51 +11:00
.npmrc [V3 Templates] Add Sveltekit and Sveltekit TS templates (#3829) 2024-10-20 13:26:51 +11:00
package.json [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
README.md [V3 Templates] Add Sveltekit and Sveltekit TS templates (#3829) 2024-10-20 13:26:51 +11:00
svelte.config.js [V3 Templates] Add Sveltekit and Sveltekit TS templates (#3829) 2024-10-20 13:26:51 +11:00
tsconfig.json [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00
vite.config.js [v3] Typed Events, revisited (#4633) 2025-11-11 20:25:57 +11:00

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.