简体   繁体   English

为生产设置 reactjs 环境

[英]Setting up reactjs environemt for production

I have followed below link to set up first react Js project.我按照下面的链接设置了第一个 React Js 项目。

https://medium.com/@vikasharry03/react-setup-on-local-computer-912f9a551af3 https://medium.com/@vikasharry03/react-setup-on-local-computer-912f9a551af3

Now my question is.现在我的问题是。 Do I need to setup all this process again for my next app or there is some thing like some same environment setup and then we can use that in our apps?我是否需要为我的下一个应用程序再次设置所有这些过程,或者有一些类似的环境设置,然后我们可以在我们的应用程序中使用它?

Yes,是的,

You will every time you have to follow same steps because react and other helping module frequently updated by vendors, but you can paste same code files and public folder files.您每次都必须遵循相同的步骤,因为供应商经常更新 react 和其他帮助模块,但您可以粘贴相同的代码文件和公共文件夹文件。

and if you use this steps every time for new project, you will be aware for new changes done by vendors eg: by facebook , bable, webpack , redux etc...如果您每次都对新项目使用此步骤,您将了解供应商所做的新更改,例如:facebook、bable、webpack、redux 等...

是的,您会拥有,但是您可以使用诸如visual studio之类的应用程序来为您完成这项工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM