# Installation You can install Model W Toast in your project with the following command. ```shell npm install @model-w/toast ``` Then you can use it in your project modifying the `nuxt.config.ts` file. Here is a minimalistic example: ```typescript export default defineNuxtConfig( { modules: [ "@model-W/toast" ], } ) ``` Once configured, it's ready to use.