Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 1.06 KB

Webpack encore example

This example is a skeleton for projects which use webpack encore as a standalone

The example provides you following functionality:

Read more at the offical docs

Installation

Clone the project

git clone https://github.com/FabianSchmick/webpack-encore-example.git

Usage

Configure your npm packages and webpack-config to your preferences

While you develop

Use the watch command npm run watch to compile your assets while developing.

In production

Run npm run build to minify and gzip your assets