0.0.4 • Published 3 years ago

@xyz/state v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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