what is the difference between plugin and library?

前端 未结 5 675
刺人心
刺人心 2021-02-07 03:26

i wonder what the difference between a library and a plugin is?

if a component creates a database (maybe comes with a .sql file or creates through a method) could it sti

5条回答
  •  时光取名叫无心
    2021-02-07 03:45

    This is a matter of opinion and of taste. Libraries tend to not do that much on their own but enable you ("the programmer") to do things. Though that could be said of many plugins as well...

提交回复
热议问题