From 5cab72679cef13980cbb84f182c3fa2f21ae87bf Mon Sep 17 00:00:00 2001 From: Luthics Date: Mon, 23 Jan 2023 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2058b89..7f8baf3 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,20 @@ # 3d-web -This template should help get you started developing with Vue 3 in Vite. +一个可以在网页中展示 3d 模型的开箱即用网页 -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup +## 项目初始化 ```sh npm install ``` -### Compile and Hot-Reload for Development +### 开发时热重载和调试 ```sh npm run dev ``` -### Compile and Minify for Production +### 编译项目 ```sh npm run build