egoist / vuepack

:package: A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron)
http://vuepack.surge.sh
MIT License
2.43k stars 202 forks source link

should add webpack alias to vue/dist/vue #32

Closed hisland closed 8 years ago

hisland commented 8 years ago

i can not run the very basic start example

from the Note-on-NPM-Builds, i think you should add webpack alias to vue/dist/vue

but i think maybe this template is for vue2+vuex2+vue-router2, not for very basic usage, just mark here for others basic user when encounter the problem

egoist commented 8 years ago

Yep, since we only consider the situation using single-file component here, I guess we don't need to support the template option.