Skip to content
On this page

Vue

Laravel Mix - Webpack

Build Tool

minification | removal of code comments , white space, unused code, shortening of variable and function names.

Vuetify

Frontend

CSS Classes

  • avoid create new css class

image/asset

  • try to group by pages

Font Family

font-family-primary

font-family-secondary

Mock up

  • which view

require('laravel-mix-bundle-analyzer'); mix.bundleAnalyzer();

Released under the MIT License.