特此鸣谢:https://github.com/ant-motion/ant-design-3.x-landing-page?tab=readme-ov-file
官网(不好用):https://landing.ant.design/docs/introduce-cn
package.json代码如下
1{ 2 "private": true, 3 "entry": { 4 "index": "./index.js" 5 }, 6 "dependencies": { 7 "antd": "^3.0.0", 8 "bisheng": "^0.28.2", 9 "enquire-js": "^0.1.0", 10 "prop-types": "^15.6.0", 11 "rc-queue-anim": "^1.4.0", 12 "rc-scroll-anim": "^2.2.1", 13 "rc-tween-one": "^1.7.0", 14 "react": "^16.1.1", 15 "react-document-title": "^2.0.3", 16 "react-dom": "^16.1.1", 17 "react-github-button": "^0.1.11", 18 "react-intl": "^2.4.0" 19 }, 20 "devDependencies": { 21 "atool-build": "^1.0.2", 22 "atool-test-mocha": "^0.1.7", 23 "babel-eslint": "^8.0.2", 24 "babel-plugin-import": "^1.6.2", 25 "babel-plugin-transform-runtime": "^6.23.0", 26 "babel-runtime": "^6.26.0", 27 "dora": "^0.4.5", 28 "dora-plugin-webpack": "^1.0.0", 29 "eslint": "^4.11.0", 30 "eslint-config-airbnb": "^16.1.0", 31 "eslint-plugin-import": "^2.8.0", 32 "eslint-plugin-jsx-a11y": "^6.0.2", 33 "eslint-plugin-react": "^7.5.1", 34 "expect": "^21.2.1", 35 "gh-pages": "^1.1.0", 36 "pre-commit": "^1.2.2", 37 "redbox-react": "^1.5.0" 38 }, 39 "pre-commit": [ 40 "lint" 41 ], 42 "scripts": { 43 "build": "atool-build && cp index.html dist", 44 "lint": "eslint --ext .js,.jsx src/", 45 "eslint-fix": "eslint --fix src/ --ext .js,.jsx", 46 "start": "dora --plugins webpack", 47 "test": "atool-test-mocha ./**/__tests__/*-test.js", 48 "deploy": "rm -rf dist && npm run build && node ./deploy.js" 49 } 50} 51 52
《Ant Design Landing模版使用教程-react-npm》 是转载文章,点击查看原文。
