From 2901bb3f7753a4cae734f98e69052e0e9d1fc292 Mon Sep 17 00:00:00 2001 From: Gator Date: Fri, 2 Dec 2022 17:36:11 +0100 Subject: [PATCH] readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7a8642..2ae1f90 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ npm install ### Compiles and hot-reloads for development ``` -npm run serve +npm run dev ``` ### Compiles and minifies for production @@ -26,9 +26,15 @@ npm run build npm run lint ``` +### Format files + +``` +npm run format +``` + ### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +See [Configuration Reference](https://vitejs.dev/guide/). ### References