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