Patrick
Patrick
Thats how you can do it: ``` var gulp = require('gulp'); var plugins = require('gulp-load-plugins')(); var del = require('del'); /** Production **/ gulp.task('production', function(cb) { plugins.runSequence('clean', 'styles-prod', 'scripts-prod', 'clean-tmp', cb);...
+1 for this. Since the js code examples are also missing everywhere it's tuff to guess what needs to be defined to use these components. So translations + adding js...
There is another one for V3 https://github.com/testmonitor/activecampaign
Plus 1 for this. Would love to see scopes for South America, Asia, Africa, Europe and Australie/Indonesia.
I figured it out. That is only the horizon server address. You still need to open the URL corresponding to your webpack/npm whatever server you are using for your main...
I can confirm. I have the same issue. node_modules is hidden when vue-for-idea is activated. This is really anyoing. Version: PHPStorm 2016.2
Definetely a bug. This makes the plugin unusable!