正在显示
2 个修改的文件
包含
18 行增加
和
0 行删除
demo/package.json
0 → 100644
| 1 | +{ | |
| 2 | + "name": "@umi-material/demo", | |
| 3 | + "version": "1.0.0", | |
| 4 | + "description": "a demo material of umi", | |
| 5 | + "main": "src/index.js", | |
| 6 | + "scripts": { | |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
| 8 | + }, | |
| 9 | + "repository": { | |
| 10 | + "type": "git", | |
| 11 | + "url": "https://github.com/umijs/umi-materials/demo" | |
| 12 | + }, | |
| 13 | + "author": "yutingzhao1991 <yutingzhao1991@sina.com>", | |
| 14 | + "license": "ISC" | |
| 15 | +} | ... | ... |
demo/src/index.js
0 → 100644
请
注册
或
登录
后发表评论