UNPKG

@j-kyoda/vue-three-vrm

Version:

A Vue 3 component designed to render and display VRM models on your web pages.

40 lines (25 loc) 577 B
# @j-kyoda/vue-three-vrm A Vue 3 component designed to render and display VRM models on your web pages. ## Installation Package is available on NPM: https://www.npmjs.com/package/@j-kyoda/vue-three-vrm ```sh npm i @j-kyoda/vue-three-vrm ``` ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```