what is the difference between plugin and library?

前端 未结 5 684
刺人心
刺人心 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条回答
  •  萌比男神i
    2021-02-07 03:35

    Plugin is your third party classes. Library is your own classes that you have implemented for your project.

提交回复
热议问题