Skip to content

kathy-ems/vuejs-crash-course

Repository files navigation

vuejs-crash-course

Creating a Vue JS app with JSON server API backend with Tailwind CSS

Project setup

To start the app

  1. Download the repository

  2. Install JSON Server npm install json-server

  3. Install dependencies npm install

  4. Start the server npm run dev

  5. Start the front end npm run serve

  6. Run the tests npm run test:unit

Compiles and hot-reloads for development (serve for front end, dev for JSON server)

npm run serve
npm run dev

Local server http://localhost:8080/

API Route Example http://localhost:5000/tasks/1

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Screen shots

Screen Shot 2022-06-21 at 8 12 01 PM

Screen Shot 2022-06-21 at 8 12 26 PM

About

Creating a Vue JS app with JSON server API backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published