0.6.0 • Published 6 months ago

@vrx/nuxt v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@vrx/nuxt

@vrx/corenuxt-module 封装

npm version npm downloads bundle size license

由于 useAsyncDatanuxt3 全局方法冲突,在自动导入时将重命名为 $useAsyncData 避免冲突

安装

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

# npm
npm install @vrx/nuxt

# yarn
yarn add @vrx/nuxt

# pnpm
pnpm install @vrx/nuxt

# bun
bun install @vrx/nuxt

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

🎉 配置完成后,默认所有方法都可以自动导入了

配置项

请跳转 配置项 查看

贡献者

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


🤖 auto updated with automd

0.5.0

6 months ago

0.6.0

6 months ago

0.5.1

6 months ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

2 years ago