From 88591b8416d7f609aa48e0033ed90ca81cba43bc Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 08:46:19 +0800 Subject: [PATCH] ADD file via upload --- flower_admin_front/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 flower_admin_front/README.md diff --git a/flower_admin_front/README.md b/flower_admin_front/README.md new file mode 100644 index 0000000..7e38cce --- /dev/null +++ b/flower_admin_front/README.md @@ -0,0 +1,19 @@ +# flower_admin_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/).