From c4989feb436be50ea34d5d2b3b5b46539052e75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8gitee?= <2033948766@qq.com> Date: Tue, 24 Dec 2024 10:16:37 +0800 Subject: [PATCH] first --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c313de0 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# xhysalesweb + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).