thomaspaulson / bootstrap-webpack

Getting started with bootstrap 4 using webpack/webpack-mix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap with webpack/webpack-mix

##Installing Node Before triggering Mix, you must first ensure that Node.js and NPM are installed on your machine.

step 1

npm install

step 2

// Run all Mix tasks.

npm run dev

// Run all Mix tasks and minify output.

npm run production

Watching Assets For Changes

npm run watch

more info

https://laravel.com/docs/5.8/mix

About

Getting started with bootstrap 4 using webpack/webpack-mix

License:Apache License 2.0


Languages

Language:JavaScript 45.8%Language:CSS 38.4%Language:Vue 15.8%