### Install Shuimo UI Nuxt Module
Source: https://github.com/youuss/shuimo-ui/blob/main/plugins/nuxt/README.md
Command to add the Shuimo UI Nuxt module as a dependency to your Nuxt project. This command uses npx to execute the Nuxt CLI module add command.
```bash
npx nuxi@latest module add @shuimo-design/shuimo-ui-nuxt
```
--------------------------------
### Use MLoadingPreview Component in Vue
Source: https://github.com/youuss/shuimo-ui/blob/main/plugins/nuxt/README.md
Example of using the MLoadingPreview component within a Nuxt/Vue application. This component is used to display a loading animation during time-consuming operations like asset preloading.
```vue
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.