https://github.com/zzhow1024/threejs-demo
Just for practicing the use of Three.js
https://github.com/zzhow1024/threejs-demo
Last synced: about 2 months ago
JSON representation
Just for practicing the use of Three.js
- Host: GitHub
- URL: https://github.com/zzhow1024/threejs-demo
- Owner: ZZHow1024
- Created: 2024-09-15T04:58:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T11:45:03.000Z (8 months ago)
- Last Synced: 2025-02-05T11:38:41.715Z (4 months ago)
- Language: Vue
- Homepage: https://threejs-demo-zzhow.vercel.app
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threejs-demo
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
pnpm install
```### Compile and Hot-Reload for Development
```sh
pnpm dev
```### Compile and Minify for Production
```sh
pnpm build
```### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```