SvelteKit Template:最新集成 unocss eslint9 prettier3 stylelint16 commitlint19 husky9 Docker


2023-04-11 12:34:35
NOTHING
178 热度

SvelteKit Template

github: https://github.com/yimicat/sveltekit-template

🌟Skills

集成的都是最新版本
Svelte4 TypeScript unocss sass vitest

playwright stylelint eslint commitlint prettier husky volta Docker @sveltejs/adapter-node

⚙️Install

pnpm install

🛠️Developing

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

pnpm run dev

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

📌Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

🚀Deployment

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