|
há 2 anos atrás | |
---|---|---|
.. | ||
.vscode | há 2 anos atrás | |
public | há 2 anos atrás | |
src | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
CHANGELOG.md | há 2 anos atrás | |
README.md | há 2 anos atrás | |
components.d.ts | há 2 anos atrás | |
histoire.config.ts | há 2 anos atrás | |
histoire.setup.ts | há 2 anos atrás | |
index.html | há 2 anos atrás | |
package.json | há 2 anos atrás | |
stats.html | há 2 anos atrás | |
tsconfig.json | há 2 anos atrás | |
tsconfig.node.json | há 2 anos atrás | |
vite.config.ts | há 2 anos atrás |
Declarative ThreeJS using Vue Components
Tres (Spanish word for "three", pronounced /tres/
) is a way of creating ThreeJS scenes with Vue components in a declarative fashion. Think of it as a React-three-fiber or Lunchbox but without the need of a custom Vue3 Renderer.
pnpm install --shamefully-hoist
To run the small playground without Histoire use
pnpm run dev
All local demos will be inside Histoire stories.
pnpm run story:dev
To build the core as library mode just use
pnpm run build