Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thandaanda/ant-pro-layout
https://github.com/thandaanda/ant-pro-layout
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thandaanda/ant-pro-layout
- Owner: thandaanda
- Created: 2020-08-21T07:04:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T07:05:08.000Z (over 4 years ago)
- Last Synced: 2024-11-09T13:46:50.142Z (2 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ant Design Pro Layout example
This example shows how to use Next.js along with [Ant Design Pro Layout](https://github.com/ant-design/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](https://vercel.com):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vercel/next.js/tree/canary/examples/with-ant-design-pro-layout-less)
## How to use
### Using `create-next-app`
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
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:
```bash
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:
```bash
npm install
npm run dev
# or
yarn
yarn dev
```Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).