# umi-blocks **Repository Path**: umijs/umi-blocks ## Basic Information - **Project Name**: umi-blocks - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # umi-blocks Official block collection from umi community. ## Usage ### Install Dependencies ```bash $ yarn ``` ### View Block or Template > Specify the block via BLOCK env. ```bash yarn start templates/user-dashboard ``` ### Create Block ```bash # Create $ BLOCK=templates/my-template yarn run create # Debug $ BLOCK=templates/my-template yarn start ``` You can visit umi [doc](https://umijs.org/guide/block.html) for find out more info about umi block. If you are done, make a PR for this. ## LICENSE MIT