JSPM

soundmake-web

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q20803F
  • License MIT

soundmake后台管理系统

Package Exports

    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 (soundmake-web) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    传音后台管理系统编译

    开发前提

    • 安装nodejs 开发使用的版本为v16.13.0

    开发

    在该目录下进入命令行

    安装依赖

    npm install --registry=https://registry.npm.taobao.org

    启动开发模式

    npm run dev

    打包

    # 打包
    npm run build:prod

    打包生成的文件为该目录/dist, 将打包后的目录放到服务器的对应目录下即可

    部署

    • 注意需要先执行编译指令
    • 部署的服务器、目录以及对应服务器的账号密码参见./sftp.json
    npm run publish