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