2.3.0 • Published 2 years ago

beidou-view-rax v2.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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,
};