Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 528 Bytes

Nuxt.js Authentication with vuex, vue-orm, vuex-persistedstate

Nuxt.js Authentication Example

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.

Build Setup

# 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!