Package Exports
- dumi-theme-antd-style
- dumi-theme-antd-style/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dumi-theme-antd-style) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dumi-theme-antd-style
简介
这是一个开发 npm 项目的模板,工程框架选型如下:
快速上手
安装
推荐使用 pnpm 安装
pnpm i dumi-theme-antd-style -D使用
基于该仓库模板可以快速创建一个 npm 包的工程化脚手架。
使用介绍
Step1. 使用该模板创建一个新的仓库
点击右上角 use this template -> create a new reposity 按钮,创建一个新的仓库。
Step2. 初始化项目信息
使用编辑器全局替换 dumi-theme-antd-style 为你的包名(例如 antd-style),执行 pnpm i 安装依赖。
Step3. 开始开发
迭代记录
2022.12.17 - 基于蚂蚁研发技术栈配置完成最新的 npm 研发脚手架
详情:CHANGELOG