项目作者: alexkasongo

项目描述 :
Persist and rehydrate your Vuex state between page reloads in Nuxt
高级语言: Vue
项目地址: git://github.com/alexkasongo/vuex-persistedstate-nuxt-ssr.git


vuex-persistedstate-nuxt-ssr

Build Setup

  1. # install dependencies
  2. $ yarn install
  3. # serve with hot reload at localhost:3000
  4. $ yarn dev
  5. # build for production and launch server
  6. $ yarn build
  7. $ yarn start
  8. # generate static project
  9. $ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.