Skip to content

LowBP/vuejs-app

Repository files navigation

Vue.js Application with JSON Server

This is a Vuejs application that allows users to view, and toggle the state of each plugin. The plugin details are stored in the json-server.

Note

Please add your weather_api key to VITE_APP_API_URL=http://localhost:8080 in .env.local

API

Instructions to run locally

To install the required packages from npm, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory using the command line.
  3. Run the following command to install the dependencies:
npm install

Start json-server

npm run server

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint && npm run format

Task

  • Testcases

Screenshots

image image image