Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ogweno-d/vueapp
- Owner: Ogweno-D
- Created: 2024-08-06T06:25:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:51:47.000Z (6 months ago)
- Last Synced: 2024-08-09T08:29:56.039Z (6 months ago)
- Topics: vue, vue3, vuejs
- Language: HTML
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### 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
```