https://github.com/akiko97/bubblereflection
Part of ACG 2022 Final Project, Reflection of Bubble
https://github.com/akiko97/bubblereflection
Last synced: 2 days ago
JSON representation
Part of ACG 2022 Final Project, Reflection of Bubble
- Host: GitHub
- URL: https://github.com/akiko97/bubblereflection
- Owner: Akiko97
- Created: 2023-01-28T19:37:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T20:17:55.000Z (over 2 years ago)
- Last Synced: 2025-03-20T06:45:36.269Z (3 months ago)
- Language: Vue
- Size: 29.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bubble
This template should help get you started developing with VueJS 3, ViteJS, ThreeJS (and TroisJS).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Editing 3D Scene
Edit `src/components/SceneView.vue`.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```