Blogger Information
Blog 77
fans 0
comment 2
visits 55685
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
MVC-安装jQuery的npm和yarn的方法
南瓜又个梦
Original
795 people have browsed it

npm

终端

  1. npm init
  2. npm i jquery

JS文件

  1. import $ from 'jquery'

yarm

终端

  1. yarn init -y
  2. yarn add jquery

JS文件

  1. import $ from 'jquery'

优先用yarn

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post