beidou-view-rax
v2.3.0
Published
Beidou Rax server side render plugin
Downloads
8
Readme
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,
};