Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 534 Bytes

Working webpack configuration for projects based on Vue 3

This project contains, in addition to the configuration, a ready-made template with a folder structure for future projects.

Installation instructions

git clone https://github.com/kritzona/vue-3-webpack-boilerplate.git
npm i

Tool stack

  1. Framework: Vue.js 3 (+ Vuex, Vue Router),
  2. Linters: ESLint (+ Prettier), Stylelint, Husky,
  3. Compilers: Babel, TypeScript,
  4. CSS-preprocessor: SCSS,
  5. CSS-postprocessor: PostCSS,
  6. Bundler: Webpack 5.