0.0.1-rc.7 • Published 7 years ago
@reframe/default-kit v0.0.1-rc.7
Reframe's default kit
@reframe/default-kit
The default kit includes:
- @reframe/react
- @reframe/path-to-regexp
- And other things. (See the default kit's source code to see these things.)
Usage
The default kit is included by default and you have to opt-out if you don't want the default kit:
// reframe.config.js
module.exports = {
skipDefaultKit: true
plugins: [
// You will need to include:
// - A rendered (e.g. `@reframe/react`)
// - A router (e.g. `@reframe/path-to-regexp` or `@reframe/crossroads`)
// - And more stuff. Look at the source code of `@reframe/default-kit`.
],
};
In certain cases, when customizing Reframe, you will need to add the default kit yourself:
// reframe.config.js
const defaultKit = require('@reframe/default-kit'); // npm install @reframe/default-kit
module.exports = {
plugins: [
defaultKit()
],
};
0.0.1-rc.19
7 years ago
0.0.1-rc.18
7 years ago
0.0.1-rc.17
7 years ago
0.0.1-rc.16
7 years ago
0.0.1-rc.15
7 years ago
0.0.1-rc.14
7 years ago
0.0.1-rc.13
7 years ago
0.0.1-rc.12
7 years ago
0.0.1-rc.11
7 years ago
0.0.1-rc.10
7 years ago
0.0.1-rc.9
7 years ago
0.0.1-rc.8
7 years ago
0.0.1-rc.7
7 years ago
0.0.1-rc.5
7 years ago
0.0.1-rc.4
7 years ago
0.0.1-rc.3
7 years ago
0.0.1-rc.2
7 years ago