How can developers start using icegl-three-vue-tres?

Question

Answers ( 1 )

    0
    2025-04-01T15:43:14+00:00

    **Steps to begin development:**
    1. Clone the repository or download the project.
    2. Navigate to the root directory.
    3. Install dependencies using `yarn`.
    4. Debug with `yarn pre.dev` (preview) or `yarn dev` (project).
    5. Compile with `yarn pre.build` (preview) or `yarn build` (project).
    6. Optional: Run `yarn both` to start development and preview simultaneously.
    Documentation is available at [docs.icegl.cn](https://docs.icegl.cn/).

Leave an answer