commit afe93d21720e5e92c2ff31e4aa7ac1cc364f171c Author: haozq <1611483981@qq.com> Date: Tue Jan 21 11:26:14 2025 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8e7dd2 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# web-demo + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).