rsnext/examples/with-ant-design-pro-layout-less
2021-01-19 07:28:54 +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 Include all files in Prettier (#17050) 2020-09-14 02:53:19 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04: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 Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +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

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

Deploy it to the cloud with Vercel (Documentation).