Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 333 Bytes

vue-webpack-boilerplate

A full-featured Webpack setup with typescript

$ npm install -g vue-cli
$ vue init username/repo my-project
$ cd my-project
$ npm install
$ npm run dev

If port 8080 is already in use on your machine you must change the port number in /config/index.js. Otherwise npm run dev will fail.