Skip to content

LivySara/webpack-5-vue-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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.

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.

About

A Webpack 5 boilerplate with Babel and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.1%
  • JavaScript 33.9%
  • HTML 12.8%
  • SCSS 3.2%