Coder Social home page Coder Social logo

lightagenda's Introduction

LightAgenda - Projet E5 BTS

LightAgenda est une application de gestion d'agenda simplifiée, développée avec ElectronJS et VueJS

image

À propos

Ce projet utilise ViteJS pour la construction et le service du front-end (alimenté par Vue). ViteJS offre un rechargement à chaud (HMR) pour faciliter et accélérer le développement ⚡

Fonctionnalités

LightAgenda permet à l'utilisateur de visualiser un calendrier. En cliquant sur une date, l'utilisateur peut ajouter un événement à cette date. L'interface utilisateur est conçue avec VueJS pour offrir une expérience utilisateur moderne et réactive.

Prérequis

Avant de commencer, assurez-vous d'avoir installé les logiciels suivants sur votre machine :

Installation

Cloner le dépôt

SSH: git clone [email protected]:latomate07/lightagenda.git

HTTPS: git clone https://github.com/latomate07/lightagenda.git

Installer les dépendances ⏬

npm install

Lancer la version locale (sans fichier exécutable) ⚒️

npm run dev

Générer les fichiers exécutables (macOS, Linux, Windows)

npm run build # construit l'application, les fichiers distribuables se trouvent dans le dossier "dist"

# OU

npm run build:win # utilise Windows comme cible de construction
npm run build:mac # utilise macOS comme cible de construction
npm run build:linux # utilise Linux comme cible de construction

Structure du projet

- scripts/ # tous les scripts utilisés pour construire ou servir votre application
- src/
  - main/ # Fil principal (source de l'application Electron)
  - renderer/ # Fil de rendu (source de l'application VueJS)

lightagenda's People

Contributors

latomate07 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.