|
hace 2 años | |
---|---|---|
.. | ||
.vscode | hace 2 años | |
public | hace 2 años | |
src | hace 2 años | |
.gitignore | hace 2 años | |
CHANGELOG.md | hace 2 años | |
README.md | hace 2 años | |
components.d.ts | hace 2 años | |
histoire.config.ts | hace 2 años | |
histoire.setup.ts | hace 2 años | |
index.html | hace 2 años | |
package.json | hace 2 años | |
stats.html | hace 2 años | |
tsconfig.json | hace 2 años | |
tsconfig.node.json | hace 2 años | |
vite.config.ts | hace 2 años |
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