nuxt-amplify

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-amplify

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.37 kB

Total Files

6

Last publish

Collaborators

  • bingtimren