From 3acf9c9f55cc12110c1ec0410760eb55e9593b03 Mon Sep 17 00:00:00 2001 From: abu <2742828146@qq.com> Date: Mon, 8 Apr 2024 12:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86Readme=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b08f91d..1c0e61a 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,27 @@ # vant-vue3 - -## Project setup +# 项目用到的技术 +### 当下最流行的 vue3+vant4+pinia+pinia-plugin-persist+vue-router+axios实现 +### 这前端技术当下相当主流的 +## 项目设置 +### 安装依赖 ``` npm install ``` -### Compiles and hot-reloads for development +### 编译和热重载以进行开发 ``` npm run serve ``` -### Compiles and minifies for production +### 为生产环境进行编译和缩小 ``` npm run build ``` -### Lints and fixes files +### Lints 和修复文件 ``` npm run lint ``` -### Customize configuration +### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).