diff --git a/README.md b/README.md index 57669fe4..c5ed5e41 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ npm install ### Compiles and hot-reloads for development ``` +npm run dev +``` + +### Builds the production app +``` npm run serve ```