From 87d915c65a08b953cb2a60fe0483a791668b72b0 Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 09:11:12 +0800 Subject: [PATCH] ADD file via upload --- flower_user_front/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 flower_user_front/README.md diff --git a/flower_user_front/README.md b/flower_user_front/README.md new file mode 100644 index 0000000..8a0c698 --- /dev/null +++ b/flower_user_front/README.md @@ -0,0 +1,19 @@ +# flower_user_front + +## 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/).