Skip to content

It's a simple employee manager webapp, which is based on Vuejs framework as Frontend and Koajs as Backend

Notifications You must be signed in to change notification settings

shdow-monarch/Employee_Manager_WebApp

Repository files navigation

Simple Employee Manager WebApp Using Vue.js Framework and Nodejs (Koa-js Framework)

Live WebApp Link Netlify Status

Visit https://webapp.bharath.ga to see the webapp.

Project Setup

Step after clone this repository

To install all the dependencies to run this webapp, cd into the cloned repository and then enter npm install command to install all the necessary dependancies to run this webapp.

To compile and Run locally

After npm install, to run this webapp locally in localhost:8080, run npm run serve command in terminal.

To compile for Production build

To build a production build for deployement to the server enter npm run build.

Lints and fixes files syntax

By using es-lint and by running npm run lint command will fix the synta of Vue.js.

Customize configuration

See Configuration Reference.

About

It's a simple employee manager webapp, which is based on Vuejs framework as Frontend and Koajs as Backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages