rsnext/examples/with-ant-design-mobile
Jens Meindertsma a3c47721a1
Include all files in Prettier (#17050)
This uses the "Expand directories" feature introduces in Prettier 2.0 to automatically format all supported file types.

Also, I fixed some badly formatted files.
2020-09-14 02:53:19 +00:00
..
components example: added Ant Design Pro Layout less (#12408) 2020-05-06 18:00:48 -05:00
pages More redundant imports @ examples (#13190) 2020-05-22 15:33:04 +00: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.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 Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04: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

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

npx create-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

Deploy it to the cloud with Vercel (Documentation).