Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushliypakostnik/vue3-ts-three
Vue.js 3 + TypeScript + Three.js + Stylus App Starter
https://github.com/ushliypakostnik/vue3-ts-three
stylus threejs typescript vue3
Last synced: about 1 month ago
JSON representation
Vue.js 3 + TypeScript + Three.js + Stylus App Starter
- Host: GitHub
- URL: https://github.com/ushliypakostnik/vue3-ts-three
- Owner: ushliypakostnik
- Created: 2021-10-31T18:16:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T18:56:38.000Z (over 3 years ago)
- Last Synced: 2024-11-15T01:31:19.924Z (3 months ago)
- Topics: stylus, threejs, typescript, vue3
- Language: Stylus
- Homepage: vue3-ts-three.vercel.app
- Size: 2.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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/).