vue 创建项目命令

Vue创项目
vue init webpack-simple test_test

cd test_test

cnpm install

cnpm install vue-router --save


cnpm install axios --save


//安装jquery
cnpm install jquery --save


启项目
cnpm run dev

posted @ 2019-05-20 07:51  BOSS爱龟  阅读(303)  评论(0编辑  收藏  举报