登录 注册
当前位置:主页 > 资源下载 > 9 > Appwrite模块 for Nuxt:nuxt-appwrite

Appwrite模块 for Nuxt:nuxt-appwrite

  • 更新:2024-12-10 08:12:38
  • 大小:284KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

nuxt-appwrite Nuxt的Appwrite模块 设置 将nuxt-appwrite依赖项添加到您的项目中 yarn add nuxt-appwrite # or npm install nuxt-appwrite 添加nuxt-appwrite到modules的部分nuxt.config.js export default { modules : [ // Simple usage 'nuxt-appwrite' , // With options [ 'nuxt-appwrite' , { /* module options */ } ] ] } 使用*选项 export default { modules : [ 'nuxt-appwrite' ] , appwrite : { /* modul