npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vue-gis

v0.0.3

Published

<!--以下内容为 vue-components-lib-seed 介绍,可以直接删除--> ## vue-components-lib-seed 介绍

Downloads

5

Readme

快速开始

vue-components-lib-seed 介绍

帮助你快速创建组件库。

  • :rocket: 使用 Vite 开发
  • :airplane: 使用 esbuild 构建
  • :helicopter: 用 ts-morph 生成类型

文档

特点

  • :rainbow: 快速开发和构建
  • :fireworks: 自定义友好
  • :pencil: 更漂亮的文档,支持中文英文。 受益于vueuse,支持 暗黑模式
  • :lollipop: 丰富的脚本,灵感来自 esbuild-plugin-vue & vue-dts-gen
  • :yum: 类型友好
  • :truck: ESMCJS 产品

怎样使用

通过 vuecompoent-seed 生成你的仓库

检查项

  • [ ] Replace all vue-gis words with your libary name. Just search vue-gis and replace them in VScode
    • .gitignore
    • package.json
    • vite.config.ts
    • .vitepress
    • scripts ...

安装

yarn

开发模式

Benefited from vite-plugin-pages, the src/pages/index.vue is the entry page for development. You can visit /[component-name]/demo to check component, like http://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:lib before run this command. Because the docs need the build bundle.

开发文档

yarn docs:dev

构建文档

yarn docs:build

部署文档

vuecompoent-seed 提供了一个 github action。 当你将代码推送到 master 分支时,文档会自动部署在 gh-pages 分支上。然后你可以把 gh-pages 分支设置为 Github Pages 的来源。

在文档中使用组件 demo

button 组件为例。

button.md 文件中, 插入如下代码:

:::demo  
src/packages/button/demo/demo0.vue  
:::
- or
:::demo  
src/packages/button/demo/demo*.vue  
:::

~~vuecomponent-sedd 提供了一个全局组件 Demos 用来展示所有的组件示例。 这也是当前展示组件实例的唯一方式。 了解更多.~~

自定义文档样式

你可以在 markdown 文件的 frontmatter 新增 class 字段, 全局组件 <Content> 将会继承你定义的 class。 当然, unocss 也能在这里使用。

---
class: 'custom-class'
---

推荐编辑器配置

VSCode + Volar.

如果你使用 <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).

此项目离不开以下开源项目

特别感谢

| eeeeelle :writing_hand: 发布脚本 | | :---: |