JSPM

qilu-finance-manage

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

    齐鲁财金后台管理系统

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

      Readme

      开发

      1、原型图 https://tpiopu.axshare.com/ 密码:333666

      # 克隆项目
      git  https://e.gitee.com/shandong-xinrui-information/repos/shandong-xinrui-information/qilu-finance-manage/sources
      git clone https://gitee.com/shandong-xinrui-information/qilu-finance-manage.git
      
      
      # 安装依赖
      npm install
      
      # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
      npm install --registry=https://registry.npmmirror.com
      
      # 启动服务
      npm run dev

      浏览器访问 http://localhost:80

      发布

      # 构建测试环境
      npm run build:stage
      
      # 构建生产环境
      npm run build:prod