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