-
最近团队准备尝试 typescript,于是找了个新项目来试水,目前那个项目也已经成功上线。在此总结一下我这个项目在开发途中遇到的一些问题以及自己是怎么解决的。
## 准备工作
### 编译构建
在构建方面,node 端的 ts 代码,我是直接用 tsc 构建,而前端的 ts 代码,则用 webpack 打包。构建流程如下图所示,还是比较简单的。
![](https://wanghx.cn…
-
## supported
no label version , both webpack2 and webpack3 support
- [x] Webpack2 (easywebpack 1.x.x+)
- [x] Webpack3 (easywebpack 3.x.x+)
- [x] Hot-Reload , Eslint, Babel
- [x] Extract C…
-
```js
// app/web/framework/app.ts
import 'normalize.css';
```
```bash
2020-03-11 17:47:29,461 ERROR 58250 [admin/home.js] server render bundle error, try client render, the server render er…
-
# 参考文献
[最小而美的Egg + React + SSR应用骨架](https://zhuanlan.zhihu.com/p/67802611)
[NodeJS中间层搭建——楔子](http://jafeney.com/2016/01/10/2016-01-10-node-middleware/)
[Node中间层实践(一)——基于NodeJS的全栈式开发](https://segmen…
-
A clear and concise description of what the bug is.
egg 2.19.1 use easywebpack cli init application , start node server by npm run dev, all static resouces 404
Mini Showcase Repository(REQUIRED)…
-
* **Node Version**: v16.20.0
* **Midway Version(Decorator/Core)**: "@midwayjs/hooks": "^3.1.0"
* **Component Name/Version**: "@midwayjs/tablestore": "^3.12.3"
* **Platform**: windows和mac
* **…
-
最近参与了 egg 的 ts 支持改造工作,写篇文章总结一二。
在上一篇文章 [Typescript 在 Egg + Vue 应用中的实践](https://github.com/whxaxes/blog/issues/11) 中在 Egg 项目中做了尝试,但是那时候还不够完善,比如 ts 需要通过 tsc 来生成 js,会产生大量中间文件,而且 scripts 又长又丑。再比如那时实现 con…
-
How can I import `useSupabaseUser()` to my composables? I've tried just importing it like everything else, but that gave me some errors.
-
https://github.com/pablohpsilva/vuejs-component-style-guide/blob/master/README-CN.md (Vue.js 组件编码规范)
https://github.com/vuejs-tips/cheatsheet (小抄)
http://vuejsdevelopers.com/2017/03/24/vue-js-co…
-
# 目录