egg-view-assets

1.9.0 • Public • Published

egg-view-assets

NPM version Node.js CI Test coverage npm download

Manage frontend assets in development and production.

Install

$ npm i egg-view-assets --save

Usage

Add egg-view-assets as plugin

// {app_root}/config/plugin.js
exports.assets = {
  enable: true,
  package: 'egg-view-assets',
};

Configuration, you can see full example in egg-ant-design-pro.

// {app_root}/config/config.default.js
exports.view = {
  mapping: {
    '.js': 'assets',
  },
};

exports.assets = {
  devServer: {
    command: 'roadhog dev',
    port: 8000,
  },
};

See config/config.default.js for more detail.

Questions & Suggestions

Please open an issue here.

License

MIT

/egg-view-assets/

    Package Sidebar

    Install

    npm i egg-view-assets

    Weekly Downloads

    175

    Version

    1.9.0

    License

    MIT

    Unpacked Size

    18.3 kB

    Total Files

    13

    Last publish

    Collaborators

    • dead_horse
    • fengmk2
    • popomore