README.md 860 B
Newer Older
Matas Rastenis's avatar
Matas Rastenis committed
# vue-nuxt-passport-bulma-express-boiler

> A vue/nuxtjs/passport/bulma boilerplate for express.

Matas Rastenis's avatar
Matas Rastenis committed
## Setup
Matas Rastenis's avatar
Matas Rastenis committed

Matas Rastenis's avatar
Matas Rastenis committed
```bash
Matas Rastenis's avatar
Matas Rastenis committed
# install dependencies
Matas Rastenis's avatar
Matas Rastenis committed
$ npm install
Matas Rastenis's avatar
Matas Rastenis committed

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start
```

Matas Rastenis's avatar
Matas Rastenis committed
### 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) for ease of comparison & demo api routes(this project contains the same routes locked behind an auth gate)
Matas Rastenis's avatar
Matas Rastenis committed
2.  The google/twitter passport.js strategy configurations were borrowed from sahat's [hackathon-starter](https://github.com/sahat/hackathon-starter).