1.0.2 • Published 7 months ago

zl-chart v1.0.2

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

使用文档

安装

  • node版本尽量切换到18.0.0,使用nvm切换
# 查看已安装的node版本
nvm list
# node 版本安装
nvm install 18.0.0
# 切换node版本,使用管理员身份切换
nvm use 18.0.0
  • 安装依赖
# 执行 yarn 安装依赖
yarn
  • vscode 插件安装 prettier EditorConfig for VS Code
  • vscode 格式化工具请使用prettier

启动

yarn dev

打包

yarn build

发布包

npm publish
1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago