Skip to content

bradtraversy/vue-crash-2024

Repository files navigation

Vue Jobs Project (YouTube)

This is the jobs listing project from the YouTube crash course.

Usage

This project uses JSON-Server for a mock backend.

Install Dependencies

npm install

Run JSON Server

The server will run on http://localhost:8000

npm run server

Run Vite Frontend

Vue will run on http://localhost:3000

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview

About

Vue.js crash course files. Vue Jobs project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published