Folder views refactor (#2171)

Folder views rewritten in Vue.js
This commit is contained in:
Deep Tailor
2018-09-26 15:34:44 -07:00
committed by Andrew Henry
parent c5187d8509
commit 944505a5f1
14 changed files with 748 additions and 107 deletions

2
app.js
View File

@ -16,7 +16,7 @@ const request = require('request');
// Defaults
options.port = options.port || options.p || 8080;
options.host = options.host || options.h || 'localhost'
options.host = options.host || options.h || 'localhost';
options.directory = options.directory || options.D || '.';
// Show command line options