mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Use canary for all example downloads (#3411)
This commit is contained in:
parent
b64365b550
commit
24c1ac6ca9
|
@ -18,7 +18,7 @@ create-next-app --example active-class-name active-class-name-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/active-class-name
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name
|
||||
cd active-class-name
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example basic-css basic-css-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/basic-css
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css
|
||||
cd basic-css
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server-express custom-server-express-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-express
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express
|
||||
cd custom-server-express
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server-fastify custom-server-fastify-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-fastify
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify
|
||||
cd custom-server-fastify
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server-hapi custom-server-hapi-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-hapi
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi
|
||||
cd custom-server-hapi
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server-koa custom-server-koa-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-koa
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa
|
||||
cd custom-server-koa
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server-micro custom-server-micro-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-micro
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-micro
|
||||
cd custom-server-micro
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server-nodemon custom-server-nodemon-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server-nodemon
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-nodemon
|
||||
cd custom-server-nodemon
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example custom-server custom-server-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
|
||||
cd custom-server
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example data-fetch data-fetch-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/data-fetch
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch
|
||||
cd data-fetch
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example form-handler form-handler-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/form-handler
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/form-handler
|
||||
cd form-handler
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example head-elements head-elements-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/head-elements
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/head-elements
|
||||
cd head-elements
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example hello-world hello-world-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/hello-world
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/hello-world
|
||||
cd hello-world
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example layout-component layout-component-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/layout-component
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/layout-component
|
||||
cd layout-component
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example nested-components nested-components-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/nested-components
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/nested-components
|
||||
cd nested-components
|
||||
```
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/only-client-render-external-dependencies
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/only-client-render-external-dependencies
|
||||
cd only-client-render-external-dependencies
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example page-transitions page-transitions-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/page-transitions
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/page-transitions
|
||||
cd page-transitions
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example parameterized-routing parameterized-routing-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/parameterized-routing
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/parameterized-routing
|
||||
cd parameterized-routing
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example progressive-render progressive-render-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/progressive-render
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/progressive-render
|
||||
cd progressive-render
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example root-static-files root-static-files-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/custom-server
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
|
||||
cd custom-server
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example shared-modules shared-modules-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/shared-modules
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/shared-modules
|
||||
cd shared-modules
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example ssr-caching ssr-caching-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/ssr-caching
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/ssr-caching
|
||||
cd ssr-caching
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example svg-components svg-components-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/svg-components
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/svg-components
|
||||
cd svg-components
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example using-inferno using-inferno-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-inferno
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-inferno
|
||||
cd using-inferno
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example using-preact using-preact-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-preact
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-preact
|
||||
cd using-preact
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example using-router using-router-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-router
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-router
|
||||
cd using-router
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example using-with-router using-with-router-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/using-with-router
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-with-router
|
||||
cd using-with-router
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-absolute-imports with-absolute-imports-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-absolute-import
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-import
|
||||
cd with-absolute-import
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-algolia-react-instantsearch with-algolia-react-in
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-algolia-react-instantsearch
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-algolia-react-instantsearch
|
||||
cd with-algolia-react-instantsearch
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-amp with-amp-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js.git):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-amp
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-amp
|
||||
cd with-amp
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-ant-design with-ant-design-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-ant-design
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design
|
||||
cd with-ant-design
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-antd-mobile with-antd-mobile-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-antd-mobile
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-antd-mobile
|
||||
cd with-antd-mobile
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-aphrodite with-aphrodite-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-aphrodite
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aphrodite
|
||||
cd with-aphrodite
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-apollo-and-redux with-apollo-and-redux-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo-and-redux
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux
|
||||
cd with-apollo-and-redux
|
||||
```
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ create-next-app --example with-apollo-auth with-apollo-auth-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo-auth
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-auth
|
||||
cd with-apollo-auth
|
||||
```
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ create-next-app --example with-apollo with-apollo-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo
|
||||
cd with-apollo
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-asset-imports with-asset-imports-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-asset-imports
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-asset-imports
|
||||
cd with-asset-imports
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-babel-macros with-babel-macros-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-babel-macros
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-babel-macros
|
||||
cd with-babel-macros
|
||||
```
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-custom-babel-config
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-custom-babel-config
|
||||
cd with-custom-babel-config
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-cxs with-cxs-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-cxs
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-cxs
|
||||
cd with-cxs
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-dotenv with-dotenv-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-dotenv
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dotenv
|
||||
cd with-dotenv
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-dynamic-import with-dynamic-import-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-dynamic-import
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-dynamic-import
|
||||
cd with-dynamic-import
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-electron with-electron-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-electron
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-electron
|
||||
cd with-electron
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-emotion with-emotion-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-emotion
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-emotion
|
||||
cd with-emotion
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-fela with-fela-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-fela
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-fela
|
||||
cd with-fela
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-firebase-authentication with-firebase-authenticat
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-firebase-authentication
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-authentication
|
||||
cd with-firebase
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-firebase-hosting with-firebase-hosting-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-firebase-hosting
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-firebase-hosting
|
||||
cd with-firebase-hosting
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-flow with-flow-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-flow
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-flow
|
||||
cd with-flow
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-freactal with-freactal-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-freactal
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-freactal
|
||||
cd with-freactal
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-glamor with-glamor-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-glamor
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-glamor
|
||||
cd with-glamor
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-glamorous with-glamorous-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-glamorous
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-glamorous
|
||||
cd with-glamorous
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ create-next-app --example with-global-stylesheet with-global-stylesheet-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-global-stylesheet
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-global-stylesheet
|
||||
cd with-global-stylesheet
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-hashed-statics with-hashed-statics-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-hashed-statics
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-hashed-statics
|
||||
cd with-hashed-statics
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-i18next with-i18next-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-i18next
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-i18next
|
||||
cd with-i18next
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-jest with-jest-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-jest
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-jest
|
||||
cd with-jest
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-kea with-kea-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-kea
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-kea
|
||||
cd with-kea
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-loading with-loading-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-loading
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-loading
|
||||
cd with-loading
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-markdown with-markdown
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-markdown
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-markdown
|
||||
cd with-markdown
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-material-ui with-material-ui-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-material-ui
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-material-ui
|
||||
cd with-material-ui
|
||||
```
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-mobx
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx
|
||||
cd with-mobx
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-mobx with-mobx-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-mobx
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-mobx
|
||||
cd with-mobx
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-next-routes with-next-routes-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-next-routes
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-routes
|
||||
cd with-next-routes
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-pkg with-pkg-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-pkg
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-pkg
|
||||
cd with-pkg
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-portals with-portals-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-portals
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-portals
|
||||
cd with-portals
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-prefetching with-prefetching-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-prefetching
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-prefetching
|
||||
cd with-prefetching
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-pretty-url-routing with-pretty-url-routing-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-pretty-url-routing
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-pretty-url-routing
|
||||
cd with-pretty-url-routing
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-react-ga with-react-ga-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-ga
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-ga
|
||||
cd with-react-ga
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-react-helmet with-react-helmet-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-helmet
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-helmet
|
||||
cd with-react-helmet
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-react-intl with-react-intl-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js.git):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-intl
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-intl
|
||||
cd with-react-intl
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ create-next-app --example with-react-md with-react-md-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-md
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-md
|
||||
cd with-react-md
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-react-toolbox with-react-toolbox-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-toolbox
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-toolbox
|
||||
cd with-react-toolbox
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-react-uwp with-react-uwp-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-uwp
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-uwp
|
||||
cd with-react-uwp
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-react-with-styles with-react-with-styles-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-with-styles
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-react-with-styles
|
||||
cd with-react-with-styles
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-reasonml with-reasonml-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-reasonml
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-reasonml
|
||||
cd with-reasonml
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ create-next-app --example with-rebass with-rebass-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-rebass
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-rebass
|
||||
cd with-rebass
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-recompose with-recompose-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-recompose
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-recompose
|
||||
cd with-recompose
|
||||
```
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ create-next-app --example with-redux-code-splitting with-redux-code-splitting-ap
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux-code-splitting
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-code-splitting
|
||||
cd with-redux-code-splitting
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-redux-observable with-redux-observable-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux-observable
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-observable
|
||||
cd with-redux-observable
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-redux-reselect-recompose with-redux-reselect-reco
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux-reselect-recompose
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-reselect-recompose
|
||||
cd with-redux-reselect-recompose
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ create-next-app --example with-redux-saga with-redux-saga-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux-saga
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux-saga
|
||||
cd with-redux-saga
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-redux with-redux-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-redux
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux
|
||||
cd with-redux
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-refnux with-refnux-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-refnux
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-refnux
|
||||
cd with-refnux
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-relay-modern with-relay-modern-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-relay-modern
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-relay-modern
|
||||
cd with-relay-modern
|
||||
```
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ create-next-app --example with-scoped-stylesheets-and-postcss with-scoped-styles
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-scoped-stylesheets-and-postcss
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-scoped-stylesheets-and-postcss
|
||||
cd with-scoped-stylesheets-and-postcss
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-semantic-ui with-semantic-ui-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-semantic-ui
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-semantic-ui
|
||||
cd with-semantic-ui
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-shallow-routing with-shallow-routing-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-shallow-routing
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-shallow-routing
|
||||
cd with-shallow-routing
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-socket.io with-socket.io-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-socket.io
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-socket.io
|
||||
cd with-socket.io
|
||||
```
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ create-next-app --example with-static-export with-static-export-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-static-export
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-static-export
|
||||
cd with-static-export
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-styled-components with-styled-components-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-components
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-components
|
||||
cd with-styled-components
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-styled-jsx-plugins with-styled-jsx-plugins-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-jsx-plugins
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-jsx-plugins
|
||||
cd with-styled-jsx-plugins
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-styled-jsx-scss with-styled-jsx-scss-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styled-jsx-scss
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styled-jsx-scss
|
||||
cd with-styled-jsx-scss
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-styletron with-styletron-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-styletron
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-styletron
|
||||
cd with-styletron
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-sw-precache with-sw-precache-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-sw-precache
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-sw-precache
|
||||
cd with-sw-precache
|
||||
```
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ cd my-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-tailwindcss
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-tailwindcss
|
||||
cd with-tailwindcss
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ create-next-app --example with-typescript with-typescript-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-typescript
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-typescript
|
||||
cd with-typescript
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-universal-configuration-runtime with-universal-co
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-universal-configuration-runtime
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-universal-configuration-runtime
|
||||
cd with-universal-configuration-runtime
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-universal-configuration with-universal-configurat
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-universal-configuration
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-universal-configuration
|
||||
cd with-universal-configuration
|
||||
```
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ create-next-app --example with-url-object-routing with-url-object-routing-app
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-url-object-routing
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-url-object-routing
|
||||
cd with-url-object-routing
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-webpack-bundle-analyzer with-webpack-bundle-analy
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-webpack-bundle-analyzer
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-webpack-bundle-analyzer
|
||||
cd with-webpack-bundle-analyzer
|
||||
```
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ create-next-app --example with-webpack-bundle-size-analyzer with-webpack-bundle-
|
|||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||
|
||||
```bash
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-webpack-bundle-size-analyzer
|
||||
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-webpack-bundle-size-analyzer
|
||||
cd with-webpack-bundle-size-analyzer
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue