A quick guide on removing Vue.js and other optional frontend dependencies from a fresh Laravel installation. Covers editing package.json to drop Vue (and optionally Axios, Lodash, jQuery, Bootstrap-sass, and cross-env), updating yarn.lock, and cleaning up app.js and bootstrap.js files. Includes a minimal package.json example using only Laravel Mix.

3m read timeFrom mattstauffer.com
Post cover image
Table of contents
1. Install Laravel2. Drop Vue from package.json3. Drop the bootstrap and the sample componentConclusion
1 Impression