pandora-lib
v0.0.2
Published
 
Readme
pandora-lib 介绍
pandora 组件库
文档
安装
yarn开发模式
Benefited from
vite-plugin-pages, thesrc/pages/index.vueis the entry page for development. You can visit/[component-name]/demoto check component, likehttp://localhost:3000/#/button/demo.
yarn dev构建
yarn build测试
yarn test生成入口文件
入口文件是 rollup 的
input选项。
yarn gen-entry生成一个新的组件
您必须为此命令指定组件名称。
yarn gen [component\'s name]生成 d.ts 文件
npx esno ./scripts/gen-dts.ts发布你的组件库
This command will add git tag、generate changelog. You can test your lib with argument
--dry
yarn release [--dry]文档的构建
:exclamation: Noted: you should run
yarn build:libbefore run this command. Because the docs need the build bundle.
开发文档
yarn docs:dev构建文档
yarn docs:build推荐编辑器配置
如果你使用 <script setup>
<script setup> is a feature that is currently in RFC stage. To get proper IDE support for the syntax, use Volar instead of Vetur (and disable Vetur).
