Tagged articles
4 articles
Page 1 of 1
JD Retail Technology
JD Retail Technology
Jan 17, 2024 · Frontend Development

Improving Frontend Efficiency with VSCode Snippets, Plop Generators, json-server Mock APIs, and Low‑Code Practices

The article outlines practical front‑end efficiency techniques—including VSCode snippets, Plop generators, json‑server mock APIs, component‑based business models, and low‑code tools—to achieve UI consistency, reduce boilerplate, and accelerate development across multiple projects.

AutomationPlopcode snippets
0 likes · 13 min read
Improving Frontend Efficiency with VSCode Snippets, Plop Generators, json-server Mock APIs, and Low‑Code Practices
KooFE Frontend Team
KooFE Frontend Team
May 5, 2023 · Frontend Development

Create Mock APIs in 10 Minutes with ChatGPT and json‑server

This guide shows front‑end developers how to generate realistic mock data with ChatGPT, export it as JSON, and instantly serve a full RESTful mock API using json‑server, covering schema design, routing, filtering, pagination, sorting, and query operators.

ChatGPTData GenerationMock API
0 likes · 8 min read
Create Mock APIs in 10 Minutes with ChatGPT and json‑server