Skip to content

Latest commit

 

History

History

example

Vue Webpack Starter

Minimal webpack-based seed project for Vue applications.

Package management

Both yarn and npm are supported.

Installation

  • Clone project
  • Install dependencies: yarn install

Scripts

yarn run dev

Start development server with hot reloading

yarn run test

Test code

yarn run build

Build code using Webpack

yarn run serve

Build code and serve it using http-server

yarn run clean

Clean dist folder