From 069980f3f8f16ce7a4b9f177269b68bd46ebc276 Mon Sep 17 00:00:00 2001 From: youzi <2410633923@qq.com> Date: Tue, 8 Apr 2025 08:20:20 +0800 Subject: [PATCH] first commit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0d3b31 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# youzi + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). + +## Customize configuration + +See [Vite Configuration Reference](https://vite.dev/config/). + +## Project Setup + +```sh +yarn +``` + +### Compile and Hot-Reload for Development + +```sh +yarn dev +``` + +### Compile and Minify for Production + +```sh +yarn build +```