Skip to content

factoryhr/vuejs-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Workshop

Configuration for usage of both CSS and SASS (SCSS), with extract plugins and live reloading.

Foreword: What is Webpack

Webpack is a front-end tool to build JavaScript module scripts for browsers.

It can be used similar to Browserify, and do much more.

browserify main.js > bundle.js
# be equivalent to
webpack main.js bundle.js

In this showcase, we will be using version 4 (current at time of typing).

Installation

First, install dependencies.

npm install

Running development server

Webpack-dev-server is included (live-reloading from ./dist folder)

npm run start

Now, feel free to change any files in ./src folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published