1.11.1 • Published 4 years ago

vitamin-react-containers v1.11.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

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

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

4 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.0

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.8

5 years ago

1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago