Universal Storage Utilities for Nuxt.js based on @nuxt-community/auth-module
nuxt-universal-storage dependency using yarn or npm to your projectyarn add nuxt-universal-storage
OR
npm install nuxt-universal-storage --save
nuxt-universal-storage to modules section of nuxt.config.js{
modules: [
'nuxt-universal-storage',
],
storage: {
}
}
TODO
yarn install or npm installyarn run dev or npm run devhttp://localhost:3000MIT License - Alibaba Travels Co