Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 469 Bytes

vue-starter

Simple Vue Starter Project based on webpack-simple template.

Usage

Please make sure you have vue-cli installed.

$ vue init keuller/vue-starter [project-name]

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn start

# build for production with minification
yarn run build

This project has already been configured with some tweaks like vue-router, CSS loader and others.