Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ogweno-d/vueapp

Job listing app using Vue Js
https://github.com/ogweno-d/vueapp

vue vue3 vuejs

Last synced: 1 day ago
JSON representation

Job listing app using Vue Js

Awesome Lists containing this project

README

        

# VueApp for Job Listings

This is an implementation of a job listing web app using vue js for frontend.

### Home

Home

### Jobs

Jobs

## Usage

This project uses JSON-Server for a mock backend.

### Install Dependencies

```bash
npm install
```

### Run JSON Server

The server will run on

```bash
npm run server
```

### Run Vite Frontend

Vue will run on

```bash
npm run dev
```

### Build for Production

```bash
npm run build
```

### Preview Production Build

```bash
npm run preview
```