This package has been deprecated

Author message:

This package will be no longer maintained

silent-core

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i silent-core

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • silencesys