Skip to content

Instantly share code, notes, and snippets.

@mhulu
mhulu / starUML.md
Created February 6, 2018 02:11 — forked from trandaison/starUML.md
Get full version of StarUML

StarUML

Download: StarUML.io

Crack

Source: jorgeancal

After installing StartUML successfully, modify LicenseManagerDomain.js as follow:

/**
@mhulu
mhulu / admin(v2).js
Created November 18, 2016 02:04 — forked from jwalton512/admin(v2).js
Harmony with Laravel + Vue + Vue Router
// dashboard component
var dashboard = Vue.extend({
template: '<p>Hello from dashboard</p>'
})
// user management component
var user = Vue.extend({
template: '<p>Hello from user management page</p>'
})