|
2 năm trước cách đây | |
---|---|---|
.. | ||
.vscode | 2 năm trước cách đây | |
build | 2 năm trước cách đây | |
public | 2 năm trước cách đây | |
src | 2 năm trước cách đây | |
.gitignore | 2 năm trước cách đây | |
README.md | 2 năm trước cách đây | |
components.d.ts | 2 năm trước cách đây | |
index.html | 2 năm trước cách đây | |
package.json | 2 năm trước cách đây | |
stats.html | 2 năm trước cách đây | |
tsconfig.json | 2 năm trước cách đây | |
tsconfig.node.json | 2 năm trước cách đây | |
vite.config.ts | 2 năm trước cách đây |
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