renovate[bot] 47e78dbe98 chore(deps): update dependency three to ^0.169.0 (#822) 11 kuukautta sitten
..
.github 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
components 18e46424f7 chore: remove husky and fix back linter (#834) 1 vuosi sitten
public 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
server 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
.gitignore 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
.npmrc 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
.stackblitzrc 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
LICENSE 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
README.md 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
app.vue 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
nuxt.config.ts 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
package.json 47e78dbe98 chore(deps): update dependency three to ^0.169.0 (#822) 11 kuukautta sitten
renovate.json 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten
tsconfig.json 38f05b03d7 fix: use CubeTextureLoader correctly with array of files (#807) 1 vuosi sitten

README.md

repo-banner

TresJS 🚀 Starter + Nuxt

Quick start repo for Nuxt projects with TresJS integration via @tresjs/nuxt module.

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.