vue3-component-library-archetype 概述 vue3-component-library-archetype 是一个基于 Vue 3、Vite 和 TypeScript 的预配置项目模板,旨在帮助开发者快速搭建和启动自定义的 Vue 3 组件库。它简化了环境搭建、打包配置和类型定义抽取等繁琐步骤,让开发者能够更加专注于组件本身的开发。 主要功能和特点 Vue 3 和 Comp...
vue3-component-library-archetype 基于Vue3 + Vite 独立组件库脚手架,可在此基础上定制化开发企业级或个人的组件库。 脚手架采用 monorepo 风格,使用 pnpm 作为包管理工具。 组件库脚手架内容 组件库开发、打包、发布 组件库文档编写、打包、一套代码编写和演示 Demo ...
Naive UI A Vue 3 Component Library Fairly Complete, Theme Customizable, Uses TypeScript, Fast Kinda Interesting Change Theme Get Started ResourcesDesign ResourcesIcon LibraryThird-Party Libraries HelpCommon IssuesChange LogReport Bug Community GitHub Discord DingTalk Contact UsTuSimpleNaive UI 2.41.0 · ...
首先会分享如何从 0 开始搭建一套组件库基础工程,即如何从 0 实现vue3-component-library-archetype。 1 组件库工程应该具备的功能 在参考Element Plus、Ant Design、Van UI等Vue3开源 UI 项目后,优雅哥认为一套企业组件库工程需要具备如下功能: 组件库的开发:这是最基础的,组件库工程必须要支持组件库的开发,在...
wip(equation): equation component Oct 30, 2022 vue3.md refactor: remove icons & nimbus icons May 26, 2021 README License Naive UI A Vue 3 Component Library Fairly Complete, Theme Customizable, Uses TypeScript, Fast Kinda Interesting
Latest version: 1.0.3, last published: 3 years ago. Start using vue3-component-libraryyyy in your project by running `npm i vue3-component-libraryyyy`. There are no other projects in the npm registry using vue3-component-libraryyyy.
vue create my-component-library 2.配置打包输出组件库 在项目根目录中创建 rollup.config.js 文件,...
前两篇文章分享了基于 vite3 vue3 的组件库基础工程 vue3-component-library-archetype 和用于快速创建该工程的工具 yyg-cli,但在中大型的企业级项目中,通常会自主搭建这些脚手架或加速器。优雅哥希望每位前端伙伴能知其所以然,故接下来的文章将进入 Vue3 企业级优雅实战 系列,整个系列将包括五大部分: 首先会分享...
Vue 3 component library based on the Material 3 design system material3-vue.web.app/ 10 stars 1 fork Branches Tags Activity Star Notifications material-vue/material-vue main 3 Branches0 Tags Code Folders and files Latest commit korpusovmax docs: added third optionJan 9, 2024 a4858a7...
vue3-component-library-archetype 在这个脚手架的基础上,大家可以使用内置的 cli 快速创建新组件,按照套路开发组件及文档即可。脚手架很大程度上简化了环境的搭建、打包的配置、类型定义的抽取等工具,开箱即用,大家可以将注意力集中到组件本身的开发上。 脚手架采用monorepo风格,使用pnpm作为包管理工具。