nuxtinit and vuex-persistedstate issue

Reproduction project for nuxt initialisation issue with vuex-persistedstate.

Issue Link on Github: #3731

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve at localhost:3000 (WORKING)
$ npm run dev

# generate static project
$ npm run generate

$ npm install -g http-server
$ http-server -p 3000 dist