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 阅读(96) 评论(0) 编辑 收藏 举报