https://github.com/next-dev-team/nuxt3-antd
https://github.com/next-dev-team/nuxt3-antd
ant-design nuxt3 nuxt3-starter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/next-dev-team/nuxt3-antd
- Owner: next-dev-team
- Archived: true
- Created: 2022-08-01T16:26:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:00:41.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:34:49.351Z (over 1 year ago)
- Topics: ant-design, nuxt3, nuxt3-starter
- Language: TypeScript
- Homepage: https://nuxt3-ant-design.netlify.app/
- Size: 2.41 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DISCONTINUE
Since now official repo is supported https://github.com/vueComponent/ant-design-vue-nuxt/tree/main
# Nuxt 3 Boilerplate with Ant Design
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Online Preview
## Setup
Make sure to install the dependencies:
```bash
# pnpm
pnpm i
```
## Development Server
Start the development server on
```bash
pnpm dev
```
## Known Issue
- hot reload antd not working in folder pages so I move all UI to template folder
- Auto import Antd design Icon must be with Prefix =
| LiteralType
| (BaseType & Record);
```
## Credit
Thanks to Vue open source community
-
-
-