beidou-plugin-isomorphic
v0.3.5
Published
beidou isomorphic register
Downloads
3
Readme
beidou-plugin-isomorphic
Features
- Support less/scss/css in server side
- Suppot basic BOM/DOM varibles in node side, such as window/document/navigator and so on
Install
$ npm install beidou-plugin-isomorphic --save
Configuration
- config/plugin.default.js:
exports.isomorphic = {
enable: true,
package: 'beidou-plugin-isomorphic',
};
## License
[MIT](LICENSE)