An alias **"vue": "vue/dist/vue"** is written in the package.json when stanalone version selected. It dosen't work as expected because of some bug of aliasify. see https://github.com/vuejs/vue/issues/3965 and https://github.com/benbria/browserify-transform-tools/pull/26
An alias "vue": "vue/dist/vue" is written in the package.json when stanalone version selected.
It dosen't work as expected because of some bug of aliasify.
see vuejs/vue#3965 and benbria/browserify-transform-tools#26