Added Vue, looks like this branch is now going to be DiceCloud V2

This commit is contained in:
Stefan Zermatten
2018-09-27 14:55:27 +02:00
parent d82031ab0d
commit 6a73d3576a
20 changed files with 658 additions and 456 deletions

View File

@@ -1,3 +1,4 @@
/*
Router.map(function() {
this.route("vmixCharacter", {
path: "/vmix-character/:_id/",
@@ -89,3 +90,4 @@ var isRateLimited = function(apiKey, method){
return false;
}
};
*/