Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clementroche/nuxt-three
Web app starter built on nuxt.js and three.js
https://github.com/clementroche/nuxt-three
demo nuxt nuxtjs template three threejs vue
Last synced: 3 months ago
JSON representation
Web app starter built on nuxt.js and three.js
- Host: GitHub
- URL: https://github.com/clementroche/nuxt-three
- Owner: clementroche
- License: mit
- Created: 2020-03-21T22:06:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:44:26.000Z (about 2 years ago)
- Last Synced: 2024-10-12T19:23:12.853Z (3 months ago)
- Topics: demo, nuxt, nuxtjs, template, three, threejs, vue
- Language: JavaScript
- Homepage: https://nuxt-three.netlify.app/
- Size: 3.39 MB
- Stars: 60
- Watchers: 2
- Forks: 15
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NOT MAINTAINED ANYMORE (MAYBE ONE DAY)
# nuxt-three
Web app starter built on [Nuxt.js](https://nuxtjs.org/) and [three.js](https://threejs.org/), it includes [SASS](https://sass-lang.com/), [GSAP](https://greensock.com/gsap/), smooth scroll, [postprocessing](https://github.com/vanruesc/postprocessing), [dat.gui](https://github.com/dataarts/dat.gui) and some others usefull stuffs.## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```## Contributing
Pull requests and feedbacks are welcome## Demo
[See the demo](https://nuxt-three.netlify.app/)