/modern-webpack-starter-vue

🏰A modern JavaScript starter using Webpack 4. This version is already pre-packed with Vue support.

Primary LanguageJavaScript

Issues Tweet

modern-webpack-starter-vue

This is a version of moden-webpack-starter that already has Vue installed. Good for when you want to use Vue but you can't use Vue-CLI for whatever reason. You can view the demo for the base version here.

Features

  • Vue
  • Webpack 4.14.0
  • Webpack-Dev-Server
  • Bootstrap 4.1
  • Babel
  • SASS Handling
  • Uglifying, Minimizing
  • html-webpack-plugin, mini-css-extract-plugin, optimize-css-assets-webpack-plugin
  • @ Alias Support For Easy File Imports
  • ESLint
  • And more...

Installing / Getting started

# install dependencies
npm install

# serve using webpack-dev-server with hot reload at http://localhost:8080/
npm run watch

# build for production
npm run build

Hit Me Up

Go ahead and fork the project! Message me here if you have questions or submit an issue if needed. I'll be making touch-ups as time goes on. Have fun with this!

License

Copyright 2017 John Datserakis

MIT