项目作者: tomaszbujnowicz

项目描述 :
Simple setup for Sass and JS compilation using Laravel Mix. I use when I need to quickly compile these assets when e.g. working on barebone builds.
高级语言: JavaScript
项目地址: git://github.com/tomaszbujnowicz/sass-js-compilation.git
创建时间: 2020-01-27T14:31:39Z
项目社区:https://github.com/tomaszbujnowicz/sass-js-compilation

开源协议:

下载


🚀 Simple setup for Sass and JS compilation

Requirements

Make sure all dependencies have been installed before moving on:

Quick start: Installation

Clone this repository and run

  • yarn or npm install to install dependencies

Tasks

Task Name Description
yarn dev or npm run dev Run all Mix tasks
yarn watch or npm run watch Run all Mix tasks and watch all relevant files for changes (assets unminified)
yarn watch-prod or npm run watch-prod Run all Mix tasks and watch all relevant files for changes (assets minified)
yarn hot or npm run hot Hot module replacement
yarn prod or npm run prod Run all Mix tasks and minify output

Copyright 2020 Tomasz Bujnowicz under the MIT license.