antd-react-scripts
TypeScript icon, indicating that this package has built-in type declarations

0.2.6 • Public • Published

React scripts based on react scripts for Ant Design

  • Add eslint, less related configuration
  • Add an alias for the src folder to @
  • Add support for babel-plugin-import
  • Add support for custom themes, just add antd.theme.js in the project root directory, Ant Design Less variables

Example for antd.theme.js

module.exports = {
    'primary-color': '#1DA57A',
    'link-color': '#1DA57A',
}

Instructions

create-react-app <project name> --scripts-version antd-react-scripts

Package Sidebar

Install

npm i antd-react-scripts

Weekly Downloads

1

Version

0.2.6

License

MIT

Unpacked Size

169 kB

Total Files

50

Last publish

Collaborators

  • minesaner