Package Exports
- heima-qd
- heima-qd/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (heima-qd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
1.包的初始化
npm init -y #文件夹的名字不能是中文2.包的安装
npm install 包名
npm i 包名 #简写
npm i 包名 包名 包名 #安装多个包
npm i 包名@版本号 #安装指定版本的包