0.3.5 • Published 6 years ago

beidou-plugin-isomorphic v0.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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)