umijs / umi

A framework in react community ✨
https://umijs.org
MIT License
15.39k stars 2.65k forks source link

Umi Examples TODOS #6530

Closed xiaohuoni closed 2 years ago

xiaohuoni commented 3 years ago

Contributing to umi examples

Such as creating example hello-world.

$ mkdir -p examples/hello-world
$yarn bootstrap:example

Then you will find the README.md and package.json is generated in examples/hello-world.

$ tree examples/hello-world
examples/hello-world
├── pages/index.tsx
├── README.md
└── package.json

How to use

Execute @umijs/create-umi-app with npm or Yarn to bootstrap the example:

npx @umijs/create-umi-app --example hello-world hello-world-app
# or
yarn create @umijs/umi-app --example hello-world hello-world-app

关于命名,请按以下分类添加前缀,第一个单词作为用例名称,如 config-404convention-routewith-dva

基础

配置 config-*

约定 convention-*

基础能力 basic-*

内置插件 plugin-*

热门库 with-*

此清单是一些比较热门的前端库,欢迎推荐和自荐。

empty916 commented 3 years ago

建议一个新的状态管理器的库:natur, 配套有对应的umi插件umi-natur

xiaohuoni commented 3 years ago

建议一个新的状态管理器的库:natur, 配套有对应的umi插件umi-natur

可以按规范自己 PR

ycjcl868 commented 3 years ago

ssr 有 example, 直接单独改个配置

xiaohuoni commented 3 years ago

ssr 有 example, 直接单独改个配置

PR welcome 😊

wangyuan0108 commented 3 years ago

@xiaohuoni 请问这个是用来做什么呢,支持umi自定义生成项目的文件夹模版吗?

wangyuan0108 commented 3 years ago

如果用户想在用create-umi-app脚手架生成项目的时候,想生成自己定义的文件夹目录文件,这个能支持吗?

xiaohuoni commented 3 years ago

@wangyuan0108 脚本PR合并的话是支持的,现在这个PR还没有合并。https://github.com/umijs/umi/pull/6549

cnyballk commented 3 years ago

是停止了?

xiaohuoni commented 3 years ago

剩下的等 umi@4 之后实现

Hfimy commented 3 years ago

@xiaohuoni umi@4大致会在什么时间点呢? 目前准备在新项目使用umi了,希望后续能有更丰富的文档以及examples

xiaohuoni commented 3 years ago

@Hfimy 正式发布时间,可以等通知。后续的文档和 examples 都会尽量补充的

StringKe commented 2 years ago

请求支持 https://nx.dev/