0.1.0 • Published 7 years ago

silent-core v0.1.0

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

Silent core

Is package containing set of helpful tools and configuration for quick web development.

Installation

npm install silent-core

It is also recommended to install laravel-mix or webpack and sass-loader. If you have installed laravel-mix and sass-loader webpack config file should be modified to work with sass-loader:

mix.webpackConfig({
        module: {
        loaders: [{
            test: /\.scss$/,
            loader: 'style!css!sass'
            }]
        }
    })

License

This package is licensed under the MIT license.