From cafeb6185641dd65cd0919173fbbf38d132f967c Mon Sep 17 00:00:00 2001 From: lml <2367212933@qq.com> Date: Sat, 27 Apr 2024 10:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=8F=B82024=E5=B9=B4=E9=9D=99?= =?UTF-8?q?=E6=80=81=E5=AE=98=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..a6db4ec --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# hiric - Vuejs landing template + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn run serve +``` + +### Compiles and minifies for production +``` +yarn run build +``` + +### Run your tests +``` +yarn run test +``` + +### Lints and fixes files +``` +yarn run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/).