JSPM

heima-qd

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q25993F
    • License ISC

    提供了日期格式化,htmlEscape格式转换

    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  包名@版本号    #安装指定版本的包