📜  苗条的打字稿 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:55.606000             🧑  作者: Mango

代码示例1
Pure Svelte  + TypeScript
npx degit sveltejs/template my-svelte-ts-app
cd my-svelte-ts-app
node scripts/setupTypeScript.js

or install Sveltekit and enable TypeScript when it asks
npm init svelte@next my-app
cd my-app
npm install
npm run dev -- --open