wafuwafu13 / redwoodblog

redwoodお試し会場
https://redwoodjs.com/tutorial/welcome-to-redwood
MIT License
0 stars 0 forks source link

Cells #6

Open wafuwafu13 opened 3 years ago

wafuwafu13 commented 3 years ago

https://redwoodjs.com/tutorial/cells

wafuwafu13 commented 3 years ago
~/desktop/redwoodblog
$ yarn rw g cell BlogPosts
yarn run v1.21.1
$ /Users/tagawahirotaka/Desktop/redwoodblog/node_modules/.bin/rw g cell BlogPosts
  ✔ Generating cell files...
    ✔ Successfully wrote file `./web/src/components/BlogPostsCell/BlogPostsCell.mock.js`
    ✔ Successfully wrote file `./web/src/components/BlogPostsCell/BlogPostsCell.test.js`
    ✔ Successfully wrote file `./web/src/components/BlogPostsCell/BlogPostsCell.stories.js`
    ✔ Successfully wrote file `./web/src/components/BlogPostsCell/BlogPostsCell.js`
✨  Done in 4.93s.