Coder Social home page Coder Social logo

Comments (55)

sorrycc avatar sorrycc commented on May 29, 2024 5

@chenqincheng 可以,我们自己有在用。

from blog.

zsl1549 avatar zsl1549 commented on May 29, 2024 4

Good

from blog.

ChasLui avatar ChasLui commented on May 29, 2024 4

在 mac 下使用 zsh, 执行 umi config set routes [] 会报错,匹配不到[],
需要改成umi config set routes '[]'

from blog.

 avatar commented on May 29, 2024 4

@sorrycc 首先我是 umi 重度用户,也是公司安利者之一,不过尚未 pr 过代码。目前已在用 ant-design-pro,针对 umi ui 二期提以下建议和需求及问题:
1.开发者可以配置化添加自定义模板和区块;
2.目前自带模板和区块上不支持编辑后再添加到目录或代码文件中(这个功能仁者见仁智者见智,也可以等代码存放到代码目录后,然后在编辑器中再修改);
3.mini气泡显示与隐藏时候可配置;
4.文中流程图是什么工具画的,想借鉴下;
5.umi ui 及资产哪块如果自己造轮子需要掌握哪些知识;

from blog.

laninblue avatar laninblue commented on May 29, 2024 3

今天有幸当面跟大佬请教了一下,感谢!

from blog.

chenqincheng avatar chenqincheng commented on May 29, 2024 1

ssr 功能 可以商用了么?

from blog.

Bonnie-lu avatar Bonnie-lu commented on May 29, 2024 1

+1

from blog.

jabezGit avatar jabezGit commented on May 29, 2024 1

from blog.

mamba-1024 avatar mamba-1024 commented on May 29, 2024

占楼

from blog.

u10k avatar u10k commented on May 29, 2024

goooood

from blog.

yang527733535 avatar yang527733535 commented on May 29, 2024

棒棒哒

from blog.

LiuJinYang9527 avatar LiuJinYang9527 commented on May 29, 2024

6666

from blog.

chaxiaoyou avatar chaxiaoyou commented on May 29, 2024

(๑•̀ㅂ•́)و✧

from blog.

AspirinMrmi avatar AspirinMrmi commented on May 29, 2024

新鲜热乎

from blog.

dduuxxuu avatar dduuxxuu commented on May 29, 2024

66666

from blog.

lanweifeng avatar lanweifeng commented on May 29, 2024

mark

from blog.

niexq avatar niexq commented on May 29, 2024

666666

from blog.

v2codes avatar v2codes commented on May 29, 2024

mark

from blog.

baochengshi avatar baochengshi commented on May 29, 2024

跳槽就靠你了@chenqincheng 哈哈

from blog.

zcSkr avatar zcSkr commented on May 29, 2024

点个👍

from blog.

feengqi avatar feengqi commented on May 29, 2024

👍

from blog.

shawncvv avatar shawncvv commented on May 29, 2024

沙发

from blog.

chenqincheng avatar chenqincheng commented on May 29, 2024

@sorrycc 哈哈 谢谢 大佬。打算从 beidou (https://github.com/alibaba/beidou) 换成 umi 的ssr

from blog.

ycjcl868 avatar ycjcl868 commented on May 29, 2024

@chenqincheng Umi SSR dev 时暂不开启 Umi UI mini(小气泡)

from blog.

atzcl avatar atzcl commented on May 29, 2024

赞~

ps: 接下来是不是可以把 umi 的相关依赖给更新一下呢?

from blog.

iceberg211 avatar iceberg211 commented on May 29, 2024

@chenqincheng beidou的ssr不好用吗?是因为强制绑定egg?

from blog.

mozillo avatar mozillo commented on May 29, 2024

越来越强大了

from blog.

crwinl avatar crwinl commented on May 29, 2024

👍

from blog.

Duanruilong avatar Duanruilong commented on May 29, 2024

沙发🛋

from blog.

ycjcl868 avatar ycjcl868 commented on May 29, 2024

@iceberg211 Umi SSR 与服务端框架无相关,自由选择搭配。

from blog.

jinjinwa avatar jinjinwa commented on May 29, 2024

给力

from blog.

liuchuzhang avatar liuchuzhang commented on May 29, 2024

👍

from blog.

chenqincheng avatar chenqincheng commented on May 29, 2024

@iceberg211 北斗好用。但北斗文档太少,用到人也少,遇到问题百度不出来。

from blog.

xmn1990 avatar xmn1990 commented on May 29, 2024

大佬V5

from blog.

cookHu avatar cookHu commented on May 29, 2024

看起来很棒 可以体验下

from blog.

rule78 avatar rule78 commented on May 29, 2024

烫嘴

from blog.

wubaiqing avatar wubaiqing commented on May 29, 2024

霸气

from blog.

DoveAz avatar DoveAz commented on May 29, 2024

666666

from blog.

wangdaners avatar wangdaners commented on May 29, 2024

傻瓜式coder

from blog.

chuxusave avatar chuxusave commented on May 29, 2024

在 mac 下使用 zsh, 执行 umi config set routes [] 会报错,匹配不到[],
需要改成`umi config set routes '[]'

我也是刚遇到这个问题😄😄

from blog.

sorrycc avatar sorrycc commented on May 29, 2024

@ChasLui 我更新下文档,奇怪,为啥我可以,我也是 zsh。

from blog.

ChasLui avatar ChasLui commented on May 29, 2024

执行umi g page index报警告warning You should config the routes in config.routes manunally since config.routes exists,并且启动后8000 端口报错AssertionError [ERR_ASSERTION]: routes should not be empty,

所以 umi config set routes '[]'要改成umi config set routes "[{path: '/', component: 'index'}]"

from blog.

sorrycc avatar sorrycc commented on May 29, 2024

warning You should config the routes in config.routes manunally since config.routes exists 有这个警告说明你全局的 umi 不是最新的。

from blog.

ChasLui avatar ChasLui commented on May 29, 2024

warning You should config the routes in config.routes manunally since config.routes exists 有这个警告说明你全局的 umi 不是最新的。

@sorrycc

❯ umi -v
2.10.0-beta.5

from blog.

sorrycc avatar sorrycc commented on May 29, 2024

@ChasLui 不够新。

from blog.

ChasLui avatar ChasLui commented on May 29, 2024

@ChasLui 不够新。

解决了, 搜索到了2.10.0, 原因是 Nexus 搭建的私服注册表缓存时间太长了,已改实时

from blog.

FoamValue avatar FoamValue commented on May 29, 2024

from blog.

Terry-bear avatar Terry-bear commented on May 29, 2024

Good 🧐 👍 👍

from blog.

fengyun2 avatar fengyun2 commented on May 29, 2024

膜拜大佬

from blog.

ngaiwe avatar ngaiwe commented on May 29, 2024

大佬 希望以后有机会当面膜拜一下

from blog.

shangdev avatar shangdev commented on May 29, 2024

windows下在编辑器中打开报错:
image

from blog.

ycjcl868 avatar ycjcl868 commented on May 29, 2024

@shangdev 装了哪几个编辑器

from blog.

shangdev avatar shangdev commented on May 29, 2024

@ycjcl868

  1. vs code
  2. sublime
  3. phpstorm

from blog.

Chengma999 avatar Chengma999 commented on May 29, 2024

umi 吊炸天了,提高不少效率

from blog.

yunqiangwu avatar yunqiangwu commented on May 29, 2024

赞一个

from blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.