A static starter for small sites. We're compiling with Laravel.Mix which has a lot of handy helpers over the top of webpack.
- Clone
git clone https://github.com/lookstudios/static-starter.git
- Download latest version
cd static-starter
npm install
oryarn
npm run dev
- Compiles development modenpm run production
- Compiles assets down for production usagenpm run watch
- Runs a watcher and auto compiles when assets are updated
- Auto compress images
- Auto compile JS & Sass
- Auto prefixes
- Supports hot reloading
- Supports browser sync
- ES6 support
- Vue files support
- Compresses images
- Multiple enviroments for different compiling methods
MIT