Tagged articles
4 articles
Page 1 of 1
vivo Internet Technology
vivo Internet Technology
Sep 2, 2020 · Frontend Development

Developing a Vue CLI Plugin for a Unified Component Library

This guide walks through building a Vue CLI plugin—named vue‑cli‑plugin‑next‑component—that enforces team‑wide naming conventions and directory structures for a component library, detailing the required file layout, service entry, interactive prompts, EJS‑based generator templates, testing workflow, and how it streamlines and standardizes Vue component creation.

CLI PluginVuecode-generation
0 likes · 7 min read
Developing a Vue CLI Plugin for a Unified Component Library
Aotu Lab
Aotu Lab
Mar 17, 2016 · Frontend Development

Building a Scalable Documentation Site with Athena, EJS Templates, and Fixed Navigation

This article details a practical approach to constructing a large‑scale documentation platform using Athena’s front‑end tooling, component‑based EJS templates, and a three‑state fixed navigation system, while also discussing the pitfalls of over‑modularization and alternative conversion methods.

Componentizationathenaejs
0 likes · 11 min read
Building a Scalable Documentation Site with Athena, EJS Templates, and Fixed Navigation