0.1.0 • Published 8 years ago
silent-core v0.1.0
Silent core
Is package containing set of helpful tools and configuration for quick web development.
Installation
npm install silent-coreIt 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.
0.1.0
8 years ago