登录 注册
当前位置:主页 > 资源下载 > 35 > 一个用于在NuxtJS中导入Stripe客户端脚本的模块:nuxt-stripe-module

一个用于在NuxtJS中导入Stripe客户端脚本的模块:nuxt-stripe-module

  • 更新:2024-10-23 19:20:50
  • 大小:160KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Nuxt条纹模块 一个NuxtJS模块,用于导入StripeJS客户端脚本。 目录 要求 npm NuxtJS 节点JS 安装 # npm $ npm install --save nuxt-stripe-module # yarn $ yarn add nuxt-stripe-module 入门 将'nuxt-stripe-module'到nuxt.config.js文件的modules部分。 方法1:内联配置项 { modules : [ [ 'nuxt-stripe-module' , { publishableKey : 'YOUR_STRIPE_PUBLISHABLE_KEY' , } ] , ] } 方法2:外部配置条目 { modules : [ 'nuxt-stripe-module' , ] , stripe