Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)