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