码迷,mamicode.com
首页 > 其他好文 > 详细

angular vue react 启动命令

时间:2018-08-22 21:49:31      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:angular   run   vue   tar   types   bpa   art   webpack   npm   

vue:
npm install vue-cli -g
vue init webpack my-project
npm install
npm run dev


angular:
npm install -g typescript
npm install -g @angular/cli
ng new my-project
npm install
npm start (ng serve)

react:
npm install -g create-react-app
create-react-app react-project
npm install
npm run start

angular vue react 启动命令

标签:angular   run   vue   tar   types   bpa   art   webpack   npm   

原文地址:https://www.cnblogs.com/sun-web/p/9520277.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!