Skip to content

xyzrepo/state

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published