Skip to content

cc616/react-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-react-app

start project npm start or yarn start bulid project npm run build or yarn build

problem

use antd component 需要 updating scripts in package.json file,but 修改后会导致webpack.config中配置的alias别名无法使用,需要自己更改配置,不能按照官网的配置来 antd的配置

"scripts": {
    "start": "react-app-rewired start",
    "build": "react-app-rewired build",
    "test": "react-app-rewired test --env=jsdom"
  },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published