Skip to content

Latest commit

 

History

History
104 lines (67 loc) · 4.33 KB

README.md

File metadata and controls

104 lines (67 loc) · 4.33 KB

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.

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.