Unicaen-vue-mail [WIP]
Cette bibliothèques à pour but de fournir un front Vue3 à la bibliothèques unicaen-mail.
Install
-
Ajouter le registry npm d'unicaen : https://kverdaccio.unicaen.fr/
-
npm install unicaen-vue-mail
-
<script setup> import Mail from 'unicaen-vue-mail'; </script>
<Mail :title="title" :mails="mails" :params="params" />
Outils associés
Dev
Starting the Development Server
To start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:3000:
npm run dev
Building for Production
To build your project for production, use:
npm run build
Once the build process is completed, your application will be ready for deployment in a production environment.