javascript - What files should be stored in the src, lib, and vendor folders in the front-end project
天蓬老师2017-07-05 11:08:33
0
1
1703
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?
vendors put third-party libraries.
src puts your own code.
assets put static files.