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

qian-cli

v1.3.57

Published

快速搭建vue3开发环境的脚手架

Downloads

14

Readme


介绍

传统的vue-clicreate-vue创建出来的项目功能都比较基础,不能满足开发需求,qian-cli在前者的基础上进一步配置,达到创建无需配置即可开发。

qian-cli还提供了快捷生成模块,无需手动创建相关模块。

特点

  • 便捷 一行简单命令即可完成繁琐配置

  • 可选 选你所选 想你所想 懂你所懂

  • 灵活 创建项目后,还能继续使用脚手架创建一系列模块

  • 最新 开发模板都会维护,与时俱进

技术

  1. 默认配置
    • Vue3
    • TypeScript
    • Vue-Router4
    • Vite3
  2. 可选配置
    • Axios
    • Pinia
    • Prettier
    • Scss
    • Tailwind
    • Tsx
    • 敬请期待...

安装

node版本需要 "node": "^14.18.0 || >=16.0.0"

  1. 安装到本地

    使用npm全局安装:

    npm i qian-cli -g

    初始化一个项目:

    qian-cli init my-project

    初始化远程git模板:

    qian-cli init git-project <你的仓库地址> [指定分支]

    创建一个模块:

    qian-cli create moduleName
  2. 无需安装到本地

    使用npx即用即走

    npx qian-cli init my-project.
       
    ...其他功能适用

疑问交流

QQ群: qian-cli(746382337)