jabes / webpack-demo

A simple webpack build with vuejs.

Home Page:https://jabes.github.io/webpack-demo/public/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Demo

A quick demonstration of how to bundle Vue.js single file components with webpack.

Featured Libraries

  • Webpack
  • PostCSS/Autoprefixer
  • Babel/ES6
  • Vue

How To Install

  1. npm install : Install required modules
  2. npm build : Bundles assets for browser
  3. npm start : Starts Webpack dev server

How To Use

Open this URL in your browser.

http://localhost:3000

About

A simple webpack build with vuejs.

https://jabes.github.io/webpack-demo/public/


Languages

Language:Vue 51.5%Language:JavaScript 26.9%Language:CSS 15.5%Language:HTML 6.1%