- add.js const add = (x, y) => { return x + y; } export default add; minus.js const minus = (x, y) => { return x - y; } export default minus; html <!D Read More
posted @ 2022-06-04 21:22 古墩古墩 Views(257) Comments(0) Diggs(0)
- { "name": "projectname", // 项目名称(必须) <=214个字符、不能以. _ 开头,不能有大写字母 "version": "0.0.1", // 版本号(必须) "description": "antd-theme", // 描述信息,有助于在npm库中搜索发现你的模 Read More
posted @ 2022-06-04 13:21 古墩古墩 Views(159) Comments(0) Diggs(0)