更新 readme

This commit is contained in:
Luthics 2023-01-23 11:01:33 +08:00
parent a193661277
commit 5cab72679c
1 changed files with 4 additions and 12 deletions

View File

@ -1,28 +1,20 @@
# 3d-web # 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 ```sh
npm install npm install
``` ```
### Compile and Hot-Reload for Development ### 开发时热重载和调试
```sh ```sh
npm run dev npm run dev
``` ```
### Compile and Minify for Production ### 编译项目
```sh ```sh
npm run build npm run build