File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed
Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/basic-css
10- cd next.js-master/examples/ basic-css
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/basic-css
10+ cd basic-css
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/custom-server-express
10- cd next.js-master/examples/ custom-server-express
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-express
10+ cd custom-server-express
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/custom-server
10- cd next.js-master/examples/ custom-server
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server
10+ cd custom-server
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/head-elements
10- cd next.js-master/examples/ head-elements
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/head-elements
10+ cd head-elements
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/hello-world
10- cd next.js-master/examples/ hello-world
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world
10+ cd hello-world
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/nested-components
10- cd next.js-master/examples/ nested-components
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/nested-components
10+ cd nested-components
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 66Download the example:
77
88``` bash
9- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/parametrized-routing
10- cd next.js-master/examples/ parametrized-routing
9+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/parametrized-routing
10+ cd parametrized-routing
1111```
1212
1313or clone the repo:
Original file line number Diff line number Diff line change 55Download the example:
66
77``` bash
8- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/shared-modules
9- cd next.js-master/examples/ shared-modules
8+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/shared-modules
9+ cd shared-modules
1010```
1111
1212or clone the repo:
Original file line number Diff line number Diff line change 55Download the example:
66
77``` bash
8- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/using-router
9- cd next.js-master/examples/ using-router
8+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-router
9+ cd using-router
1010```
1111
1212or clone the repo:
Original file line number Diff line number Diff line change 55Download the example:
66
77``` bash
8- curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz next.js-master/examples/with-prefetching
9- cd next.js-master/examples/ with-prefetching
8+ curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-prefetching
9+ cd with-prefetching
1010```
1111
1212or clone the repo:
You can’t perform that action at this time.
0 commit comments