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.
Please add your weather_api key to VITE_APP_API_URL=http://localhost:8080
in .env.local
- Plugins API for live testing
- Repo link of deployed server
To install the required packages from npm, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory using the command line.
- Run the following command to install the dependencies:
npm install
npm run server
npm run dev
npm run build
Lint with ESLint
npm run lint && npm run format
- Testcases