NOTES
- This requires a project created by the Vue CLI
- I have this project — It is webpack based
- Vue CLI works in tandem with
package.json
and NPM/Yarn, as well as thevue-cli-service
to make its magic happen
* | |
* Module dependencies | |
*/ | |
var User = require('../models/user') | |
, UserValidator = require('../validators/user-validator') | |
, Promise = require('everyauth').Promise; | |
//Everyauth configuration | |
module.exports = function(everyauth, repository){ |
DO WTF YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 Alexey Silin <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WTF YOU WANT TO PUBLIC LICENSE |