My badass Nuxt.js project
This is an example of authentication using Nuxt.js in SSR mode and express js in backend. In client I use vuex, vue-orm, vuex-persistedstate for state management and data.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
Then you can access http://localhost:3000 to play with the app!