- Compresses Sass and css
- Compiles and transpiles Javascript
- Loads files to dist directory relative to the code
- Resolves for Vue.js
Once cloned, run the following to install all of the dependencies:
npm install
For development, run:
npm run watch
For production, run:
npm run build