简体   繁体   中英

How to find component folder in reactjs website project?

I am totally new to react js. Surfed react js learned structure. I have an web project but there is no component, render folder. But when i run the web project, it runs perfectly and i have inspected in browser source tab, it shows all folders like component, container, layout etc but it does not exist it in project folder. I have pulled project from google cloud repository.

here is the screenshot of folder and browser console source.

浏览器中存在组件、容器、布局等文件夹

How to find all existing project folders?

The thing that you are showing, is a react build so it don't have source code. You can find component in source code. If you have source code then go to your project and then scr directory and then components directory. You will get all components.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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