mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-20 13:35:11 +00:00
Merge branch 'rollup' of github.com:sveltejs/sapper-template into rollup
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
A version of the default [Sapper](https://github.com/sveltejs/sapper) template that uses Rollup instead of webpack. To clone it and get started:
|
A version of the default [Sapper](https://github.com/sveltejs/sapper) template that uses Rollup instead of webpack. To clone it and get started:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx degit sveltejs/sapper-template-rollup my-app
|
npx degit sveltejs/sapper-template#rollup 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