Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
nuxt.js + express.js boilerplate with basic local passport.js authentication
- Host: GitHub
- URL: https://github.com/erodewald/nuxt-passport-auth
- Owner: erodewald
- Created: 2019-01-29T23:04:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T19:49:47.000Z (over 7 years ago)
- Last Synced: 2024-11-07T11:53:20.690Z (about 2 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.).