Skip to content
Snippets Groups Projects
Select Git revision
  • 38a161759656b1cdf53315fb1ff06c8b22b8470d
  • master default protected
2 results

vue-mail

  • Clone with SSH
  • Clone with HTTPS
  • Anthony Gautreau's avatar
    Anthony Gautreau authored
    38a16175
    History

    Unicaen-vue-mail [WIP]

    Cette bibliothèques à pour but de fournir un front Vue3 à la bibliothèques unicaen-mail.

    Install

    1. Ajouter le registry npm d'unicaen : https://kverdaccio.unicaen.fr/

    2. npm install unicaen-vue-mail
    3.  <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.