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?
大家讲道理2017-07-05 11:10:33
vendors put third-party libraries.
src puts your own code.
assets put static files.