更新 readme
This commit is contained in:
parent
a193661277
commit
5cab72679c
16
README.md
16
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
|
||||
|
|
Loading…
Reference in New Issue