if (this.props.vuejsComponents.indexOf('httpClient') >= 0) {
            for (source in httpClientFiles) {
                target = httpClientFiles[source];
                this._copyTpl(source, target);
            }