1.13.8 • Published 3 years ago

@opd/pangu v1.13.8

Weekly downloads
42
License
MIT
Repository
github
Last release
3 years ago

@opd/pangu

pangu devtools for ui engine

Usage

  • Install

    npm i @opd/pangu --dev
    # help
    pangu --help
  • Local Develop

    pangu dev
    # help
    pangu dev --help
  • Build

    pangu build
    # help
    pangu build --help

Custom Webpack Config

  • Function

    // webpack.config.js
    module.exports = function (config) {
      // update config
      return config
    }
  • Object

    // webpack.config.js
    module.exports = {
      // your config
    }

    config will be merged by webpack-merge

App Config

you can use app.json to customize app config

{
  "appName": "App Name"
}

Fields

  • appName: document.title and process.env.APP_NAME

Theme

you can use theme.json to customize app theme

  • Support extends
  • Support all Ant Design theme variables
{
  "extends": "@ant-design/dark-theme",
  "primary-color": "#1890ff"
}

Environment Variables

Build Time

  • process.env.NODE_ENV: development/production
  • process.env.PORT: Dev Server Port
  • process.env.HOST: Dev Server Host

Run Time

  • process.env.APP_NAME: APP Name
  • process.env.APP_ENV:
    • development: 0
    • test: 1
    • preproduction: 2
    • production: 3
  • process.env.NODE_ENV: development/production

Mock Server

Based on json-server

you can use mocks/db.json to setup mock server, see json-server for more

1.13.6

3 years ago

1.13.8

3 years ago

1.13.7

3 years ago

1.13.5

3 years ago

1.13.4

3 years ago

1.13.3

3 years ago

1.13.2

3 years ago

1.13.1

3 years ago

1.13.0

3 years ago

1.12.1

3 years ago

1.12.0

4 years ago

1.11.6

4 years ago

1.11.5

4 years ago

1.11.4

4 years ago

1.11.3

4 years ago

1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.7

4 years ago

1.8.6

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.7.2

4 years ago

1.6.3

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.1

4 years ago