Skip to content

SiraeDWT/iLab

Repository files navigation

Simple Workflow with Laravel Mix.

Install

  • npm i

Features

  • Copy src/*.php to dist folder.
  • Copy src/assets/*/ to dist/assets/*/ folder.
  • Compile SASS src/styles/app.scss to dist/styles folder.
  • Bundle and transpile JS src/scripts/app.js to dist/scripts folder.
  • Create sources maps.
  • Run a dev web server with browsersync.

Commands

  • npm start : compile the project.
  • npx mix watch : build on files changes, launch a dev server with browsersync.
  • npm run build : clean, lint and build the project.
  • npm run clean : clean the dist folder.

Warning

Not intended to be used in production since minification as been disabled.
For school project purpose only.

About

Projet DWT #10 - iLab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •