An open API service indexing awesome lists of open source software.

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

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
```