An open API service indexing awesome lists of open source software.

https://github.com/erodewald/nuxt-passport-auth

nuxt.js + express.js boilerplate with basic local passport.js authentication
https://github.com/erodewald/nuxt-passport-auth

Last synced: 5 months ago
JSON representation

nuxt.js + express.js boilerplate with basic local passport.js authentication

Awesome Lists containing this project

README

        

# passport

> Nuxt.js project

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

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

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

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

## Backpack

We use [backpack](https://github.com/palmerhq/backpack) to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).