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

create-uni

v1.3.8

Published

轻松创建你的 uni-app 项目

Downloads

1,753

Readme

📦 使用

# npm
    npm create uni@latest

# yarn
    yarn create uni

# pnpm
    pnpm create uni

[!TIP] 建议添加上标记名(@latest),否则 npm 可能会解析到缓存的过时软件包版本。

📖 介绍

create-uni 是一个用于快速创建 uni-app 项目的轻量脚手架工具,它可以帮助你快速创建一个基于vitevue3uni-app项目,同时提供了一些模板供你选择。

🚤 快速使用

npm create uni <项目名称> --ts -m pinia -m uniUse -u ano -e
npx create-uni@latest --info 
# --info  获取当前项目环境信息

参数说明

| 配置项 | 参数 | 别名 | 可选值 | | :---: | :---: | :---: | :---: | | Template | —— | t | vitesse | | TypeScript | ts | —— | —— | | Plugin | pluginList | p | 见插件列表 | | Module | moduleList | m | 见模块列表 | | UI | ui | u | uni/ano | | Eslint | eslint | e | —— | | info | info | —— | all |

📦插件列表

| 插件名 | 描述 | 参数名 | | :---: | :---: | :---: | | vite-plugin-uni-components | 按需自动引入组件 | import | | vite-plugin-uni-pages | 提供基于文件系统的路由 | pages | | vite-plugin-uni-layouts | 提供类 nuxt 的 layouts 系统 | layouts | | vite-plugin-uni-manifest | 自动生成 manifest.json 文件 | manifest | | vite-plugin-uni-platform | 基于文件名 (.<h5|mp-weixin|app>.) 的按平台编译插件 | filePlatform | | vite-plugin-uni-platform-modifier | 为属性、指令提供平台修饰符并按需编译 | platformModifier | | vite-plugin-uni-middleware | 使用路由中间件 | middleware |

📦模块列表

| 模块名 | 描述 | 参数名 | | :---: | :---: | :---: | | pinia | 符合直觉的 Vue.js 状态管理库 | pinia | | unocss | 即时按需的原子级 CSS 引擎 | unocss | | uni-network | 为 uni-app 打造的基于 Promise 的网络请求库 | uniNetwork | | uni-use | uni-app 组合式工具集 | uniUse | | uni-promises | 为 uni-app 提供的 Promise 包装器 | uniPromises |

🤝 参与贡献

🌸 感谢

项目灵感及部分代码来自 create-vue

📄 License

MIT LICENSE

🙇🏻‍♂️赞助