管理システムのフロントエンドソリューション:Pagurian V 1.3リリース


Pagurian


管理システムのフロントエンドソリューションは、フロントエンドの設計、開発、テスト、リリースをより簡単にすることに力を入れています.

機能の概要


Pagurian Web管理レベルのプロジェクトに適用
  • Seaに基づく.jsはCMD規範に従い、友好的なモジュール定義に従い、業務開発をより簡単にする.
  • はDatable、Echartsなどのプラグインを集積し、呼び出しが便利で、開発効率を高めた.
  • UIパレットをカスタマイズし、独自の色のUIを構築します.

  • 開発と構築


    ユーザーはPagrianをベースに二次開発が可能

    ディレクトリ構造

    Pagurian
    
    ├── [.] .build ├── dist/ //  │ ├── lib/ │ ├── modules/ │ ├── plugins/ │ ├── resources/ │ └── templates/ ├── docs/ //  │ ├── api-datatable.md │ └── api-*.md ├── [.] node_modules/ //Grunt NodeJs   ├── src/ //  │ ├── lib/ //  │ ├── modules/ //  │ ├── plugins/ //  │ ├── resources/ //css,images,fonts │ └── templates/ //handlebars   ├── test/ //  ├── Gruntfile.js ├── package.json └── pagurian.js 

    構築ツール


    Pagurianは、Gruntを使用してプロジェクトを構築します.
    まずGruntをグローバルにインストール
    npm install -g grunt-cli 

    Cloneプロジェクトファイル:
    git clone https://github.com/hypers/pagurian.git 

    次に、ディレクトリのインストール依存度に入ります.
    npm install 

    次に、gruntを実行します.
    grunt 

    参照、使用するアイテム

  • Sea.js  ( MIT License )
  • Handlebars.js  ( MITLicense )
  • FontAwesome  ( CC BY 3.0 License )
  • Bootstrap  ( MIT License )
  • bootstrap-datepicker.js  ( Apache License 2.0 )
  • Datatabls ( MIT License )