rsnext/examples/with-ant-design-pro-layout-less
2020-06-12 06:35:00 +00:00
..
assets example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
layouts Update Examples for Fast Refresh (#13068) 2020-05-18 17:44:18 -04:00
pages Update Examples for Fast Refresh (#13068) 2020-05-18 17:44:18 -04:00
.babelrc example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
next-env.d.ts example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
next.config.js example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
package.json fix(example): needs TypeScript support (#14115) 2020-06-12 06:35:00 +00:00
README.md Suggest npx over npm init (#13637) 2020-06-01 17:36:57 +00:00
tsconfig.json example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00

Ant Design Pro Layout example

This example shows how to use Next.js along with Ant Design Pro Layout of React. This is intended to show the integration of this UI toolkit with the Framework.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Using create-next-app

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-ant-design-pro-layout-less with-ant-design-app
# or
yarn create next-app --example with-ant-design-pro-layout-less with-ant-design-app

Download manually

Download the example:

curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-pro-layout-less
cd with-ant-design-pro-layout-less

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with Vercel (Documentation).