UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

52 lines (30 loc) 579 B
# EleAdminPlus https://eleadmin.com ## 安装 ```bash npm i --registry=https://registry.npmmirror.com ``` ## 运行 全局引入方式运行: ``` npm run dev ``` 按需引入方式运行: ```bash npm run dev:needed ``` ## 打包 全部打包: ```bash npm run build ``` 打包指定组件: ```bash npm run build src=/ele-alert ``` 开发环境的node版本目前发现18不行,至少20 才行 npm config get registry npm config set registry=https://registry.npmjs.org npm config set registry=https://registry.npmmirror.com npm run build npm publish