Newer
Older
# vue-nuxt-passport-bulma-express-boiler
> A vue/nuxtjs/passport/bulma boilerplate for express.
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm start
```
### Information & sources
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://nuxtjs.org/guide).
Vue.js docs can be found here: [Vue.js docs](https://vuejs.org/v2/guide/index.html)
This project is based on:
1. The nuxt-community [express-template](https://github.com/nuxt-community/express-template)express template for ease of comparison & demo api routes
2. The google/twitter passport.js strategy configurations were borrowed from sahat's [hackathon-starter](https://github.com/sahat/hackathon-starter).