From d4ed0f9ebc4f71c2776b6879736cfb47c241a1ee Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 31 Oct 2023 17:16:56 +0700 Subject: [PATCH] first commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9803f05..b6d523e 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ # my-app ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` npm run serve ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` ### Customize configuration + See [Configuration Reference](https://cli.vuejs.org/config/).