An open API service indexing awesome lists of open source software.

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

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

-
-
-