https://github.com/ushliypakostnik/dune-three
Browser strategy on Three
https://github.com/ushliypakostnik/dune-three
stylus threejs typescript vue3
Last synced: 13 days ago
JSON representation
Browser strategy on Three
- Host: GitHub
- URL: https://github.com/ushliypakostnik/dune-three
- Owner: ushliypakostnik
- Created: 2021-10-31T19:43:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T21:10:22.000Z (over 2 years ago)
- Last Synced: 2025-04-12T07:17:10.031Z (13 days ago)
- Topics: stylus, threejs, typescript, vue3
- Language: TypeScript
- Homepage: https://dune-three.vercel.app/
- Size: 6.88 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-ts
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).