Code Monkey home page Code Monkey logo

dept-app's Introduction

Dept app

This is the best effort made by wadi zaatour for dept frontend challenge. I have learned a lot during working on solving it dept app 1 dpet app 2

🔨 Configured development tools:

Unit tests tools

Recommended IDE Setup

Versions

Vue 3.2.45 Node v19.3.0 Npm v9.2.0 Vite v4.0.0

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

🚀 How to get started ?

1️⃣ Clone the repository

HTTPS

git clone https://github.com/wadizaatour/Dept-App

SSH

git clone https://github.com/wadizaatour/Dept-App

2️⃣ Install dependencies

NPM

npm install

or only:

npm i

  • Perfect! ✅ If you followed the previous steps correctly, the application will be running by default on: http://localhost:5173/

3️⃣ Compile and minify for production

NPM you can check that the files are using gzip while they are being built with vite. helps a lot for the seo and optimization npm run build

4️⃣ run unit test

npm run test

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.