|
hace 2 años | |
---|---|---|
.github | hace 2 años | |
.vitepress | hace 2 años | |
.vscode | hace 2 años | |
docs | hace 2 años | |
playground | hace 2 años | |
plugins | hace 2 años | |
public | hace 2 años | |
src | hace 2 años | |
.eslintignore | hace 2 años | |
.eslintrc.cjs | hace 2 años | |
.gitignore | hace 2 años | |
.npmrc | hace 2 años | |
.prettierrc.js | hace 2 años | |
.release-it.json | hace 2 años | |
CHANGELOG.md | hace 2 años | |
CODE_OF_CONDUCT.md | hace 2 años | |
CONTRIBUTING.md | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
index.html | hace 2 años | |
netlify.toml | hace 2 años | |
package.json | hace 2 años | |
pnpm-lock.yaml | 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