1.0.2 • Published 3 years ago

@liuqh/easy-create-component v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

快速生成组件目录

npm.io npm.io npm.io npm.io

一个团队内统一的风格比正确的更重要 该 cli 是为了在项目中快速生成统一标准的项目文件目录。

需要确保项目中具有src目录,及其以下子目录

  • src/components
  • src/pages

安装

  • npm

    npm install -D @liuqh/easy-create-component

  • yarn

    yarn add -D @liuqh/easy-create-component

  • pnpm

    pnpm add -D @liuqh/easy-create-component

使用

  1. npx store create [component_name]

更新日志

  • 2022年08月19日17:29:16
    • 增加文件名的大驼峰格式验证
    • 增加组件的容器样式名(增加hash值为后缀,防止污染全局样式)
    • 修复组件样式文件没有正确引入的问题
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago