Nuxt Universal Storage Module
Universal Storage Utilities for Nuxt.js based on @nuxt-community/auth-module
Setup
- Add
nuxt-universal-storage
dependency using yarn or npm to your project
yarn add nuxt-universal-storage
OR
npm install nuxt-universal-storage --save
- Add
nuxt-universal-storage
tomodules
section ofnuxt.config.js
{
modules: [
'nuxt-universal-storage',
],
storage: {
}
}
Usage
TODO
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn run dev
ornpm run dev
- Point your browser to
http://localhost:3000
Roadmap
- Add Encryption
- Complete Documents
- Universal Session Handling
License
MIT License - Alibaba Travels Co