|
2 лет назад | |
---|---|---|
.github | 2 лет назад | |
.vitepress | 2 лет назад | |
.vscode | 2 лет назад | |
docs | 2 лет назад | |
playground | 2 лет назад | |
plugins | 2 лет назад | |
public | 2 лет назад | |
src | 2 лет назад | |
.eslintignore | 2 лет назад | |
.eslintrc.cjs | 2 лет назад | |
.gitignore | 2 лет назад | |
.npmrc | 2 лет назад | |
.prettierrc.js | 2 лет назад | |
.release-it.json | 2 лет назад | |
CHANGELOG.md | 2 лет назад | |
CODE_OF_CONDUCT.md | 2 лет назад | |
CONTRIBUTING.md | 2 лет назад | |
LICENSE | 2 лет назад | |
README.md | 2 лет назад | |
index.html | 2 лет назад | |
netlify.toml | 2 лет назад | |
package.json | 2 лет назад | |
pnpm-lock.yaml | 2 лет назад | |
stats.html | 2 лет назад | |
tsconfig.json | 2 лет назад | |
tsconfig.node.json | 2 лет назад | |
vite.config.ts | 2 лет назад |
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