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

https://github.com/alvarosabu/nuxt-stones

TresJS video of the Official Nuxt module live on @AlvaroDevLabs Youtube channel
https://github.com/alvarosabu/nuxt-stones

3d nuxt nuxt-module nuxtjs threejs tresjs vue vuejs webgl

Last synced: 2 days ago
JSON representation

TresJS video of the Official Nuxt module live on @AlvaroDevLabs Youtube channel

Awesome Lists containing this project

README

          

![repository-banner.png](/public/repo-banner.png)

# TresJS Nuxt Stones

> This repository contains the code and the model for the TresJS video of the Official TresJS Nuxt module live on [@AlvaroDevLabs](https://youtu.be/U-6fRYfrAzU).

## What is TresJS?

TresJS is a library that allows you to create 3D experiences declaratively using Vue Components. It is a intelligent wrapper around the ThreeJS library.

To learn more about **TresJS Nuxt module** follow the link [here](https://tresjs.org/guide/nuxt.html).

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.