0.0.47 • Published 4 months ago

@wzytop/zh-components v0.0.47

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

vue3 vite 组件库及工具库开发框架

初始

npm install

组件库打包 formats:'es', 'umd'

npm run lib

全部组件单独打包 formats:es

npm run lib:es

全部组件单独打包 formats:cjs

npm run lib:ejs

打包单独组件 formats:umd

--name=*** 为 components下组件目录名
npm run build --name=*** 

打包单独文件 formats:umd

libname必须,umd格式下全局变量 格式如 utils 挂载到 window.ZHGLOBAL.$utils 下
path=要打包的文件路径 dir= (要打包到dest/umd/目录下,如工具类可以打包到utils下)
例如命令执行 npm run build --path=packages/components/button/src/util.ts --dir=utils
npm run build --path=*** --libname=*** --dir=***

打包命令汇总

npm run build:all

开发环境运行

npm run dev

框架项目页面打包,src下项目

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint
0.0.47

4 months ago

0.0.40

9 months ago

0.0.41

9 months ago

0.0.42

8 months ago

0.0.43

6 months ago

0.0.44

6 months ago

0.0.45

6 months ago

0.0.46

5 months ago

0.0.37

10 months ago

0.0.38

9 months ago

0.0.39

9 months ago

0.0.31

10 months ago

0.0.32

10 months ago

0.0.33

10 months ago

0.0.34

10 months ago

0.0.35

10 months ago

0.0.36

10 months ago

0.0.20

12 months ago

0.0.21

12 months ago

0.0.23

12 months ago

0.0.24

12 months ago

0.0.25

12 months ago

0.0.30

11 months ago

0.0.26

12 months ago

0.0.27

12 months ago

0.0.28

12 months ago

0.0.29

11 months ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago