vue react初始化脚手架

1.vue-cli:

npm install -g webpack

npm install --global vue-cli

vue init webpack baoge

 

cd baoge

npm install

npm run dev

 

2.create-react-app

npm install -g create-react-app

create-react-app baoge

npm start

posted on 2018-08-02 15:39  luziluck  阅读(94)  评论(0编辑  收藏  举报

导航