mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-22 06:15:18 +00:00
quote degit repo and branch name
This commit is contained in:
@@ -4,9 +4,9 @@ The default [Sapper](https://github.com/sveltejs/sapper) template, with branches
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# for Rollup
|
# for Rollup
|
||||||
npx degit sveltejs/sapper-template#rollup my-app
|
npx degit "sveltejs/sapper-template#rollup" my-app
|
||||||
# for webpack
|
# for webpack
|
||||||
npx degit sveltejs/sapper-template#webpack my-app
|
npx degit "sveltejs/sapper-template#webpack" my-app
|
||||||
cd my-app
|
cd my-app
|
||||||
npm install # or yarn!
|
npm install # or yarn!
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|||||||
Reference in New Issue
Block a user