2017年1月29日 星期日

[研究][C#][ASP.NET] jQuery 3.1.1 安裝(NuGet)

[研究][C#][ASP.NET] jQuery 3.1.1 安裝(NuGet)

2017-01-29

jQuery 官方網站
http://jquery.com/

工具:Visual Studio 2015 with Update 3

這篇只是記錄 NuGet 安裝和移除 jQuery 3.1.1 前後對 packages.config 和 Solution 檔案增減情況。




















歸納一下

其中packages.config檔案內容,安裝後多了 jQuqey 這項。
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="jQuery" version="3.1.1" targetFramework="net462" />
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net462" />
  <package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net462" developmentDependency="true" />
</packages>

安裝後多了 Scripts 目錄,包含這些檔案。
jquery-3.1.1.intellisense.js
jquery-3.1.1.js
jquery-3.1.1.min.js
jquery-3.1.1.min.map
jquery-3.1.1.slim.js
jquery-3.1.1.slim.min.js
jquery-3.1.1.slim.min.map

用NuGet移除jQuery 3.1.1後,新增的檔案也跟著被移除了。

jQuery 用法請看 jQuery API Documentation,這裡不討論

(完)

沒有留言:

張貼留言