dfcook / vue-webpack4-template

VueJs template using Webpack 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Build Status codecov

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
    • For debugging the tests, first need to open chrome:inspect on Google Chrome and click the Open dedicated DevTools for Node then run the command npm run test:debug from your console.

About

VueJs template using Webpack 4

License:MIT License


Languages

Language:JavaScript 83.5%Language:Vue 11.3%Language:HTML 3.6%Language:Stylus 1.6%