react-vitamin

1.2.8 • Public • Published

Title of the project

Brief description

How to get the project running locally

Running the linter

Running the test suite

How to contribute

Steps to submit a PR

How to raise issues

A link to the Code of Conduct

A changelog

react-vitamin have to be include in your loader in your webpack config:

    ...
    module: {
        rules: [
            {
                test: /\.(js|jsx)$/, 
                use: 'babel-loader', 
                exclude: /node_modules\/(?!(react-vitamin)\/).*/
            },
            {
                test: /\.svg$/, 
                loader: 'raw-loader', 
                exclude: /node_modules\/(?!(react-vitamin)\/).*/
            },
            {
                test: /\.(css|styl)$/, 
                loaders: ExtractTextPlugin.extract('css-loader!stylus-loader'), 
                exclude: /node_modules\/(?!(react-vitamin)\/).*/
            }
            ...
        ]
    }

Package Sidebar

Install

npm i react-vitamin

Weekly Downloads

1

Version

1.2.8

License

MIT

Unpacked Size

1.27 MB

Total Files

461

Last publish

Collaborators

  • vitamin-lab