How to install jQuery with Composer?

后端 未结 5 1153
情话喂你
情话喂你 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条回答
  •  旧时难觅i
    2020-12-07 11:58

    you can install jquery by using npm like so,

    npm install jquery
    

    https://www.npmjs.com/package/jquery

提交回复
热议问题