提交 1503c310291820f631462b3bcd27c6bc02eb4c4a

作者 愚道
1 个父辈 f387a166

init demo material

  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 +}
  1 +export default () => {
  2 + return <div>I am a demo material of umi.</div>
  3 +}
注册登录 后发表评论