https://github.com/ts5h/sphere
A sphere composed 3D random lines.
https://github.com/ts5h/sphere
three typescript vue3 vue3-typescript
Last synced: 2 months ago
JSON representation
A sphere composed 3D random lines.
- Host: GitHub
- URL: https://github.com/ts5h/sphere
- Owner: ts5h
- License: mit
- Created: 2021-12-08T09:37:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T07:36:31.000Z (over 3 years ago)
- Last Synced: 2025-01-02T21:18:07.297Z (4 months ago)
- Topics: three, typescript, vue3, vue3-typescript
- Language: Vue
- Homepage: https://0bjekt.co/2021/sphere
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sphere
Vue 3 + TypeScript + Three.js
https://0bjekt.co/2021/sphere
## 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/).