From 1a1a5472972c919f4c32c1b6b4b9503ebe64722c Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 11 Apr 2018 16:00:44 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82dd10f..e77fbeb 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,18 @@ # todo-app -> A Vue.js project +> A Vue.js project with basic routing and state management. Uses Parcel-Bundler and Semantic-UI. ## Build Setup ``` bash -# install dependencies npm install -# serve with hot reload at localhost:8080 -npm run dev +# serve with hot reload at localhost:1234 +npm run start # build for production with minification npm run build -# build for production and view the bundle analyzer report -npm run build --report - # run unit tests npm run unit