What files should be stored in the src, lib, and vendor folders in the front-end project?
There is an answer on stackoverflow that says this: https://stackoverflow.com/que...
I don’t know how everyone usually stores it?
歡迎選擇我的課程,讓我們一起見證您的進(jìn)步~~
vendors put third-party libraries.
src puts your own code.
assets put static files.