How to install jQuery with Composer?

后端 未结 5 1152
情话喂你
情话喂你 2020-12-07 11:09

I have been able to install repositories that do not have a composer.json file like this:

    {
        \"type\": \"package\",
        \"package\": {
                


        
5条回答
  •  误落风尘
    2020-12-07 11:42

    Use npm, yarn or WebPack instead of Composer they are way better for that kind of needs.

提交回复
热议问题