1.0.1 • Published 6 years ago

nuxt-amplify v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

nuxt-amplify

npm (scoped with tag) npm CircleCI Codecov Dependencies js-standard-style

AWS Amplify integration with Nuxt made easy

📖 Release Notes

Features

Import and configure Amplify from module.

Setup

  • Add @bingsjs/nuxt-amplify dependency using yarn or npm to your project
  • Add @bingsjs/nuxt-amplify to modules section of nuxt.config.js
{
  modules: [
    // With options
    ['@bingsjs/nuxt-amplify', { /* Amplify configurations */ }],
 ]
}

Usage

Module Description

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Bing Ren bing.ren@gmail.com