Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ts5h/sphere
- Owner: ts5h
- License: mit
- Created: 2021-12-08T09:37:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T07:36:31.000Z (about 3 years ago)
- Last Synced: 2024-11-09T02:52:23.397Z (2 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
![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/).