angular vue react 启动命令

it2022-06-24  92

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

转载于:https://www.cnblogs.com/sun-web/p/9520277.html


最新回复(0)