Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ts5h/sphere

A sphere composed 3D random lines.
https://github.com/ts5h/sphere

three typescript vue3 vue3-typescript

Last synced: 19 days ago
JSON representation

A sphere composed 3D random lines.

Awesome Lists containing this project

README

        

# Sphere
Vue 3 + TypeScript + Three.js
https://0bjekt.co/2021/sphere
![capture_sphere](https://user-images.githubusercontent.com/1344010/145430128-f7a7c88c-3854-426d-acc0-196a5fa6f73a.jpg)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).