项目作者: hartmut-co-uk

项目描述 :
Example static nuxt app with vuex store, store persisted client-side + shared state Share vuex mutations between tabs/windows.
高级语言: Vue
项目地址: git://github.com/hartmut-co-uk/nuxt-vuex-persist-shared-mutations-example.git


nuxt-vuex-persist-shared-mutations-example

Example static nuxt SPA with vuex store featuring

  • store persisted client-side
  • mutations shared between tabs/windows.

Live Preview

Preview here

Libraries Used :trophy:

Everything built with an out of the box combination of Nuxt (+ vuex) + vuex-persist + vuex-shared-mutations.
vuex-persist + vues-shared-mutations added as nuxt plugins.

All credits go to:

Build Setup

  1. # install dependencies
  2. $ yarn
  3. # serve with hot reload at localhost:3000
  4. $ yarn dev
  5. # generate static project
  6. $ yarn generate
  7. # generate static for GitHub Pages
  8. $ yarn generate:gh-pages
  9. # deploy `dist` folder for GitHub Pages (branch 'gh-pages')
  10. $ yarn deploy:gh-pages

Deployment: Github Actions > Github Pages

:muscle: This repo has been setup for fully automated deployment of the Live Preview via Github Actions as Github Pages.

For details, check following files + references below:
nuxt.config.js -> routerBase
package.json -> scripts generate:gh-pages + deploy:gh-pages
.github/workflows/gh-pages-deploy.yml

Credits

References Github :octocat: :sparkles: