@zhixingyu/ws-inexus-components 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,29 +1,2 @@
1
- 想发布公共的 Vue3 组件库 (组件) 吗?
1
+ 该项目是一个组件库,用于能在公司不同项目之间封装公共组件,通过更改一个地方让其都可以更改
2
2
 
3
- 这个脚手架可以帮到你!
4
-
5
- ```shell
6
- npm create vue3-lib-template
7
- ```
8
-
9
- 借助这个脚手架生成的项目,可以做到:
10
- - 打包自己的组件或组件库
11
- - 开发时预览组件效果
12
- - 快速上传新的 git 版本并同步到 npm 仓库
13
- - 构建配套的组件库文档并自动化部署到 github page
14
-
15
- 该项目使用了:
16
- - pnpm
17
- - vite
18
- - gulp
19
- - tsx
20
- - pkgroll
21
- - vue3
22
- - typescript
23
- - less
24
- - tailwindcss
25
- - eslint
26
- - vitepress
27
- - release-it
28
-
29
- [快速开始](https://maylisten.github.io/vue3-lib-template/start.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhixingyu/ws-inexus-components",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "vue3 组件库模板",
5
5
  "publishConfig": {
6
6
  "access": "public"