rsnext/examples/with-ant-design-mobile
2020-05-06 18:00:48 -05:00
..
components example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
pages example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
.babelrc 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 example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
README.md example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00

Ant Design Mobile example

This example features how you use antd-mobile (Ant Design Mobile FrontEnd Framwork) with Next.js.

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:

npm init next-app --example with-ant-design-mobile with-ant-design-mobile-app
# or
yarn create next-app --example with-ant-design-mobile with-ant-design-mobile-app

Download manually

Download the example:

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

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with Vercel (Documentation).