See http://ternjs.net/. The file itself is easy to generate http://ternjs.net/doc/manual.html#configuration
Wat
Anyway, I use the following config:
{
"libs": [
"browser",
"ecmascript"
],
"plugins": {
"es_modules": {},
"webpack": {}
}
}
Dropped in @Yamakaky's example file, tern started working instantly in my vue components. Cheers!
In which template you want to generate .tern-project? You should post the feature request there. :P
Right ^^
Most helpful comment
Wat
Anyway, I use the following config: