Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 517 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 517 Bytes

Beidou rax view plugin

This plugin conflicts with beidou-view-react, beidou-view-react should be disabled while this plugin enabled.

Install

yarn add beidou-view-rax

Configuration

  • config/plugin.js
exports.rax = {
  enable: true,
  package: 'beidou-view-rax',
};
  • config/config.default.js
exports.rax = {
  cache: true,
};