From 9464e939e2845ac58ca6be4a34290c49ef0f7cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E5=AE=97=E9=87=91?= <1203338439@qq.com> Date: Mon, 20 Jan 2025 09:40:48 +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..99be959 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# my-project-v2 + +## Project setup +``` +pnpm install +``` + +### Compiles and hot-reloads for development +``` +pnpm run serve +``` + +### Compiles and minifies for production +``` +pnpm run build +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).