Skip to content

A simple Webpack + vue-loader setup for quick prototyping.

Notifications You must be signed in to change notification settings

foxxyz/webpack-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-webpack-simpler-boilerplate

A fork of Vue's Official Simple Webpack Boilerplate with better defaults:

  • Included SASS loader
  • 4-space tabs
  • html files in src
  • using public instead of dist for building

Installing

  1. Clone
  2. Install dependencies: npm install

Usage

  1. Serve with hot reload: npm run dev
  2. Open localhost:8080

Deployment

  1. Build to public folder with minification: npm run build

About

A simple Webpack + vue-loader setup for quick prototyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • Vue 23.4%
  • HTML 10.8%