Skip to content

Latest commit

 

History

History
executable file
·
61 lines (42 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
61 lines (42 loc) · 1.63 KB

universal-state

npm version npm downloads Github Actions CI Codecov License

universal state

📖 Release Notes

Setup

  1. Add universal-state dependency to your project
yarn add universal-state # or npm install universal-state
  1. Add universal-state to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'universal-state',

    // With options
    ['universal-state', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Baker Shamlan root@xyz.dev