search

Home  >  Q&A  >  body text

javascript - What files should be stored in the src, lib, and vendor folders in the front-end project

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?

天蓬老师天蓬老师2797 days ago1759

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-07-05 11:10:33

    vendors put third-party libraries.
    src puts your own code.
    assets put static files.

    reply
    0
  • Cancelreply