Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 408 Bytes

TP-Link Web App

A webapp to connect with the TP-Link cloud.

Control your smart home without the need for an Android or iOS App! Developed in Nuxt.js

Screenshot

Build/Develop

Development Server

npm install

npm run dev

Generate static files

npm run generate

Lint

npm run lint or npm run lint-fix

files will be dumped into /dist folder.