From a96e74600e91fe44047d348441b9ce3817110f08 Mon Sep 17 00:00:00 2001 From: Ali Torki Date: Mon, 17 Sep 2018 12:15:04 +0430 Subject: [PATCH] chore: README and node server --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e0c4b8..b1db112 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Application state with Vuex -## Build Setup +## Development and Production Setup ```bash # install dependencies @@ -16,6 +16,7 @@ npm run build # build for production and view the bundle analyzer report npm run build --report -``` -For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). +# run node server API +npm run server +```