Vue-cli: Generate .tern-project with vue init

Created on 16 Mar 2017  路  4Comments  路  Source: vuejs/vue-cli

feature request

Most helpful comment

Wat
Anyway, I use the following config:

{
    "libs": [
        "browser",
        "ecmascript"
    ],
    "plugins": {
        "es_modules": {},
        "webpack": {}
    }
}

All 4 comments

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 ^^

Was this page helpful?
0 / 5 - 0 ratings