commit 9464e939e2845ac58ca6be4a34290c49ef0f7cfd Author: 史宗金 <1203338439@qq.com> Date: Mon Jan 20 09:40:48 2025 +0800 first commit 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/).