yuang-framework-ui-pc Library
npm install yuang-framework-ui-pchttps://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