📜  安装 sapper - Shell-Bash 代码示例

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

代码示例1
npx degit "sveltejs/sapper-template#rollup" my-app
cd my-app
npm install
npm run dev & open http://localhost:3000

// btw why not try svelte kit - https://kit.svelte.dev/