Skip to content

Instantly share code, notes, and snippets.

@looselytyped
looselytyped / WebAppsWithVue.md
Created June 12, 2019 13:27
Web Apps with Vue.js

Web Apps with Vue

FriendsHq

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 the vue-cli-service to make its magic happen
@Aaronontheweb
Aaronontheweb / auth.js
Created April 11, 2012 03:53
everyauth password module
*
* Module dependencies
*/
var User = require('../models/user')
, UserValidator = require('../validators/user-validator')
, Promise = require('everyauth').Promise;
//Everyauth configuration
module.exports = function(everyauth, repository){
@LeverOne
LeverOne / LICENSE.txt
Created October 24, 2011 04:17 — forked from jed/LICENSE.txt
generate random v4 UUIDs (107 bytes)
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