1.1.19 • Published 9 days ago

@ido-team/authentication-for-js v1.1.19

Weekly downloads
-
License
MIT
Repository
-
Last release
9 days ago

介绍

Vue component 开 箱 即 用 的 vue 3.0 组 件 开 发 模 板 ⭐

功能

  • 📑 开 发 文 档
  • 🌈 预 览 案 例
  • 📦 打 包 发 布

说明

伪 monorepo 架构

vue-component 
│
├─example 文档
│    │
│    ├─docs 文档内容
│    │
│    ├─src 源码
│    │
│    └─index.html 首屏
│
├─script 脚本
│
├─src 源码
│  │
│  ├─component 组件
│  │
│  ├─composable hooks
│  │
│  └─types 类型
│
└─package.json

命令

构建产物, index.css index.umd.js index.es.js 等

npm run build

登录 npm 账号 (https://www.npmjs.com)

npm login

发布 npm 组件

npm publish

提交

项目采用 commitlint 插件规范提交

错误的提交

git commit -m "修复 button css 文件"

正确的提交

git commit -m "fix(button): 修复 css 文件"

git commit -m "fix: 修复 button.css 文件"

详见 - commitlint.config.js

备注

可将 master 作为基础分支, checkout 组件开发, 可使用组件来命名分支, 如 button checkbox switch。

1.1.19

9 days ago

1.1.16

12 days ago

1.1.18

12 days ago

1.1.17

12 days ago

1.1.15

15 days ago

1.1.14

16 days ago

1.1.13

16 days ago

1.1.12

8 months ago

1.1.11

8 months ago

1.1.10

8 months ago

1.1.9

8 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.0

9 months ago