1340641314's repos on GitHub
Less · 1545 人关注
flex.css
flex.css is declarative layout which is compatible with wechat, UC, webview and other main-stream mobile browser and surpports react, vue, angular.
4 人关注
blog
分享平时遇到的一些问题,以及回答一些别人问的问题
TypeScript · 3 人关注
event-promise
让事件回调,更容易使用Promise
1 人关注
eslint
Find and fix problems in your JavaScript code.
Dart · 1 人关注
flutter-webview-black-screen
Flutter webview plugin black screen
TypeScript · 1 人关注
genesis-router-demo
Genesis router demo
JavaScript · 1 人关注
KLineChart
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
TypeScript · 0 人关注
ag-grid
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
JavaScript · 0 人关注
anu
the React16-compat mini library
TypeScript · 0 人关注
apollo-client
:rocket: A fully-featured, production ready caching GraphQL client for every server or UI framework
TypeScript · 0 人关注
apollo-server
:earth_africa: GraphQL server for Express, Connect, Hapi and Koa
0 人关注
awesome-vue
A curated list of awesome things related to Vue.js
JavaScript · 0 人关注
axios
Promise based HTTP client for the browser and node.js
0 人关注
babel
🐠 Babel is a compiler for writing next generation JavaScript.
JavaScript · 0 人关注
better-scroll
:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance
HTML · 0 人关注
canvas
Learning canvas development
Vue · 0 人关注
canvas-demo
JavaScript · 0 人关注
chimee
a video player aims to bring wonderful experience on browser
0 人关注
core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
JavaScript · 0 人关注
cube-ui
:large_orange_diamond: A fantastic mobile ui lib implement by Vue
CoffeeScript · 0 人关注
cypress
Fast, easy and reliable testing for anything that runs in a browser.
0 人关注
d3
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
TypeScript · 0 人关注
deno
A secure TypeScript runtime on V8
C++ · 0 人关注
electron
Build cross platform desktop apps with JavaScript, HTML, and CSS
0 人关注
Fast-Canvas-Candles-Chart
Canvas chart for candels
Dart · 0 人关注
flutter
Flutter makes it easy and fast to build beautiful mobile apps.
Go · 0 人关注
frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Rascal · 0 人关注
hosts
镜像:https://coding.net/u/scaffrey/p/hosts/git
JavaScript · 0 人关注
istanbuljs
monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
JavaScript · 0 人关注
jest
🃏 Delightful JavaScript Testing.
1340641314

1340641314

为天地立心,为生民立命,为往圣继绝学,为万世开太平
V2EX 第 188238 号会员,加入于 2016-08-22 16:13:31 +08:00
为天地立心,为生民立命,为往圣继绝学,为万世开太平
带你了解基于 Vue 的微服务解决方案 Genesis
分享创造  •  1340641314  •  2020-06-28 16:11:56 PM  •  最后回复来自 1340641314
8
基于 Vue CSR 的微前端实现方案
分享创造  •  1340641314  •  2020-05-26 09:34:44 AM
基于 Vue SSR 的微架构在 FOLLOWME5.0 实践
  •  2   
    分享创造  •  1340641314  •  2020-06-03 09:03:54 AM  •  最后回复来自 1340641314
    8
    2016 年的 vue demo 升级到 SSR 版本了
    分享创造  •  1340641314  •  2020-05-25 09:39:49 AM  •  最后回复来自 1340641314
    3
    Vue.js 项目重构,轻松实现上拉加载滚动位置还原
    分享创造  •  1340641314  •  2017-06-19 08:16:32 AM  •  最后回复来自 zaxlct
    1
    Vue.js 轻松实现页面后退时,还原滚动位置
    分享创造  •  1340641314  •  2017-09-09 21:26:42 PM  •  最后回复来自 shuimuyian
    13
    1340641314 最近回复了
    还有一点的就是继续延续自身团队的编程风格,和 vue-class-component 可以比较无缝衔接
    @yunyuyuan 其实它的本质还是 setup ,只不过是使用 class 的形式来编写出来而已。其实还有一点是文章没有讲的,写多了 ref, reactive , computed 和 withDefaults ,就觉得真的很烦,使用 class 的代码组织形式,可以让我忘记一直需要调用 Vue 的各种 API
    @wunonglin 目前没办法,公司上百个项目,可不是闹着玩。
    可以了解一下这个,目前处于 beta 阶段
    https://github.com/BuilderIO/qwik

    后面可能会往这个技术栈上转,能解决我们目前很多在 Vue SSR 微服务领域遇到的很多问题
    @gouflv 官方不会再推进使用 class 组件了
    @suzic 不是的。。。
    2020-06-28 16:11:56 +08:00
    回复了 1340641314 创建的主题 分享创造 带你了解基于 Vue 的微服务解决方案 Genesis
    @Asyncway 可能有关系,因为我开发的时候,版本都是 12.x 以上的
    2020-06-28 14:00:02 +08:00
    回复了 1340641314 创建的主题 分享创造 带你了解基于 Vue 的微服务解决方案 Genesis
    @Asyncway 你这个是在 window 环境下运行的吗?是最新的代码吗?
    我刚才试着跑了一下,没问题。可以贴一下更完整的错误信息来看看。
    2020-06-28 10:34:05 +08:00
    回复了 1340641314 创建的主题 分享创造 带你了解基于 Vue 的微服务解决方案 Genesis
    @zlu1123 互相交流,共同成长。
    @lower express 中间件编写授权逻辑就好了
    @Immortal 你的组件有风险,不会因为你全部写在一个项目,就没有风险了。如果本身有风险,并且只有一个服务,那么就真的整站挂了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3509 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 04:44 · PVG 12:44 · LAX 21:44 · JFK 00:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.