From 6c304749b078ec66132511b61db94f9564110e80 Mon Sep 17 00:00:00 2001 From: 17628274150 <1537674247@qq.com> Date: Wed, 3 Jun 2026 14:17:56 +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..4bcb33c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# work-show-web + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn serve +``` + +### Compiles and minifies for production +``` +yarn build +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).