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