Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

reberan/vue-webpack4-template

 
 

Repository files navigation

vue-webpack4-template

VueJs template using Webpack 4

This repository is an implementation of the 'Vue.js and Webpack 4 From Scratch' article series on itnext.io.

Part 1:

  • Hot Module loading with webpack-dev-server
  • Linting using eslint
  • CSS pre-processing with stylus
  • Testing using @vue/test-utils and Jest

Part 2:

  • Stylus for adding pre-processed CSS
  • Hot Module Reloading and HTML injection
  • Babel for building our scripts

Part 3:

  • Static assets processing
  • ESLint for linting
  • Testing using Jest

About

VueJs template using Webpack 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • Vue 12.0%
  • HTML 3.8%
  • CSS 1.6%