
Vue3 企業級優雅實戰 – 組件庫框架 – 7 組件庫文檔的開發和構建
- 2022 年 11 月 18 日
- 筆記
該系列已更新文章: 分享一個實用的 vite + vue3 組件庫腳手架工具,提升開發效率 開箱即用 yyg-cli 腳 …
Continue Reading該系列已更新文章: 分享一個實用的 vite + vue3 組件庫腳手架工具,提升開發效率 開箱即用 yyg-cli 腳 …
Continue Reading該系列已更新文章: 分享一個實用的 vite + vue3 組件庫腳手架工具,提升開發效率 開箱即用 yyg-cli 腳 …
Continue Reading在前一篇文章中分享了搭建組件庫的基本開發環境、創建了 foo 組件模組和組件庫入口模組,本文分享組件庫的樣式架構設計。 …
Continue Reading前文已經初始化了 workspace-root,從本文開始就需要依次搭建組件庫、example、文檔、cli。本文內容是 …
Continue Reading前兩篇文章分享了基於 vite3 vue3 的組件庫基礎工程 vue3-component-library-archet …
Continue Reading1 yyg-cli 是什麼 yyg-cli 是優雅哥開發的快速創建 vue3 項目的腳手架。在 npm 上發布了兩個月, …
Continue Reading無論是 vue2 全家桶還是 vue3 + vite + TypeScript,組件庫的使用幾乎大家都會,但自己開發一個 …
Continue Reading上文 《Vitepress搭建組件庫文檔(上)—— 基本配置》已經討論了 vitepress 搭建組件庫文檔的基本配置, …
Continue Reading在《基於 vite 創建 vue3 項目》一文中整合了 pinia,有不少夥伴不知道 pinia 是什麼,本文簡單介紹 …
Continue Reading在項目或產品的迭代過程中,通常會有多套環境,常見的有: dev:開發環境 sit:集成測試環境 uat:用戶接收測試環境 …
Continue Reading