@vrx-arco/nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.5.10 • Public • Published

@vrx-arco/nuxt

npm version npm downloads bundle size license

@vrx-arco/pro-components 提供 nuxt 自动导入

安装

# ✨ Auto-detect
npx nypm install @vrx-arco/nuxt

# npm
npm install @vrx-arco/nuxt

# yarn
yarn add @vrx-arco/nuxt

# pnpm
pnpm install @vrx-arco/nuxt

# bun
bun install @vrx-arco/nuxt
export default defineNuxtConfig({
  modules: ['@vrx-arco/nuxt'],
  vrxArco: {
    /** Options */
  },
})

Options

请跳转 Options 查看

@arco-design/web-vue 的自动导入支持

⚠️ 试验性

因为 @arco-design/web-vue 并未官方对 nuxt 提供支持,启用该特性,可以为其提供组件/样式自动导入

启用功能

export default defineNuxtConfig({
  modules: ['@vrx-arco/nuxt'],
  vrxArco: {
    arco: true,
  },
})

贡献者

Published under the MIT license. Made by @Colourlessglow and community 💛


🤖 auto updated with automd

Package Sidebar

Install

npm i @vrx-arco/nuxt

Weekly Downloads

59

Version

1.5.10

License

MIT

Unpacked Size

38.7 kB

Total Files

7

Last publish

Collaborators

  • whitekite