neutrino-preset-react-zc

1.1.1 • Public • Published

neutrino-preset-react-zc

NPM version NPM downloads CircleCI

neutrino-preset-react-zc is a Neutrino preset that supports building React web applications, based on neutrino-preset-react

Features

CSS modules

inspired by poi

Files ending with .module.css support CSS modules by default.

To enable CSS modules for all CSS files, set cssModules: true in config file.

module.exports = {
  use: [
    ['neutrino-preset-react-zc', {
      cssModules: true
    }]
  ]
}

Install

# yarn 
$ yarn add neutrino-preset-react-zc --dev
# npm 
$ npm install --save-dev neutrino-preset-react-zc

Usage

Same as neutrino-preset-react.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

neutrino-preset-react-zc © zcong1993, Released under the MIT License.
Authored and maintained by zcong1993 with help from contributors (list).

github.com/zcong1993 · GitHub @zcong1993

Package Sidebar

Install

npm i neutrino-preset-react-zc

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • zcong