Skip to content

Commit

Permalink
chore: add ant-design
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav C <pranavxc@gmail.com>
  • Loading branch information
pranavxc committed Jul 18, 2022
1 parent 109a7f7 commit 0fc0106
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 19 deletions.
5 changes: 5 additions & 0 deletions packages/nc-gui-v2/nuxt.config.ts
Expand Up @@ -2,6 +2,8 @@ import path from 'path'
import { defineNuxtConfig } from 'nuxt'
import vueI18n from '@intlify/vite-plugin-vue-i18n'
import Icons from 'unplugin-icons/vite'
import Components from 'unplugin-vue-components/vite';
import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers';

// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
Expand Down Expand Up @@ -52,6 +54,9 @@ export default defineNuxtConfig({
autoInstall: true,
compiler: 'vue3',
}),
Components({
resolvers: [AntDesignVueResolver()],
}),
],
define: {
'process.env.DEBUG': 'false',
Expand Down

0 comments on commit 0fc0106

Please sign in to comment.