Skip to content

persteenolsen/webpack-5-vue-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 5 Vue.js Boilerplate

Webpack 5 boilerplate using Vue.js, Babel, PostCSS and Sass with a hot dev server and an optimized production build.

Issues

  • Needed to update vue-loader at the 14-02-2024 working with Node 14.23

Usage

Installing

  • Make sure you have a new version of Node installed
  • Download the code by zip or fork
  • Run the command npm install by the command promt

Development server:

  • npm start
  • You can view the development server at localhost:8080.

Production build:

  • npm run build

To view the build use http-server:

  • npm prod

Features

Dependencies

Vue.js

  • vue - A framework for making user interfaces
  • vue-router - Routing in Vue

Babel

  • @babel-runtime - Babel Runtime for dev babel/plugin-transform-runtime.

Other

  • core-js - Main Library with polyfills for older Browsers
  • whatwg-fetch - For making promise based web request progammitically

devDependencies

webpack

Babel

Vue Loaders

Loaders

Plugins

Author

  • Per Olsen

License

This project is open source and available under the MIT License.