Who can help me create an empty project of webpack2 vue2 vuex less dev-server
Thank you
黄舟2017-05-31 10:38:58
Don’t expect others to do it for you, give you a tutorial, learn it step by step from 0 to 1:
Detailed tutorial on building webpack2+vue2 custom template from 0 to 1
大家讲道理2017-05-31 10:38:58
npm -g i vue-cli
vue init webpack my-project
cd my-project
npm i
It’s created with just a few commands