Skip to content

Minimal scaffolding to develop an static HTML site with laravel-mix

Notifications You must be signed in to change notification settings

adayth/laravel-mix-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel mix sandbox

Intro

Basic scaffolding to develop a static site using laravel-mix. Just install, run npm watch and start to code with live reload in your browser.

Features

  • Enhanced HTML development using includes and layouts.
  • SCSS / SASS support.
  • Compilation of .vue files (Vue Single File Components).
  • Live reloading with browser sync.

Setup

  1. npm install to setup dependencies.
  2. npm watch will compile the project in dist folder and will open a browser with auto reload after making changes on code.
  3. npm production will compile the project in dist folder with production settings,.

About

Minimal scaffolding to develop an static HTML site with laravel-mix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published