### Installing Dependencies for SCUI Documentation (npm) Source: https://github.com/shenxgan/scui/blob/main/docs/README.md This command installs all necessary project dependencies listed in the 'package.json' file. It is a prerequisite for running or building the documentation and ensures all required modules are available. ```Shell npm i ``` -------------------------------- ### Running SCUI Documentation in Development Mode (npm) Source: https://github.com/shenxgan/scui/blob/main/docs/README.md This command starts a local development server for the SCUI documentation, allowing real-time preview and development. It typically watches for file changes and automatically reloads the browser upon modifications. ```Shell npm run docs:dev ``` -------------------------------- ### Example Custom SVG Icon Component (Vue) Source: https://github.com/shenxgan/scui/blob/main/docs/docs/guide/iconfont.md This snippet provides an example of a custom SVG icon component defined as a Vue single-file component. It demonstrates embedding raw SVG code directly within the `