From afe93d21720e5e92c2ff31e4aa7ac1cc364f171c Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Tue, 21 Jan 2025 11:26:14 +0800 Subject: [PATCH] first commit --- 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..b8e7dd2 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# web-demo + +## 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/).