artisticLogicMK / Staff-EMS

A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Staff Enrollment Management System

A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.


Made with




Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Firebase config

Create a firebase web app from firebase console and paste the app config in source folder (src/composables/firebase.js).

import { initializeApp } from 'firebase/app'

const firebaseConfig = {
    //...your firebase config
}

const initFirebase = initializeApp(firebaseConfig)
export default initFirebase

Customize configuration

See Vite Configuration Reference.

About

A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.

License:MIT License


Languages

Language:Vue 75.6%Language:JavaScript 21.3%Language:HTML 1.6%Language:CSS 1.6%