1 Star 14 Fork 1

轩小浅 / qian-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Qian-Cli

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

文档网站  


已废弃:请使用 create-xuanxiaoqian 代替,另外可以看一下 create-quick 仓库,帮助你快速创建自己的脚手架

介绍

传统的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)

MIT License Copyright (c) 2022 轩小浅 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

快速搭建vue3开发环境的脚手架 展开 收起
JavaScript 等 6 种语言
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/xuanxiaoqian/qian-cli.git
git@gitee.com:xuanxiaoqian/qian-cli.git
xuanxiaoqian
qian-cli
qian-cli
master

搜索帮助