BUPT-HJM / vue-blog

A single-user blog built with vue2, koa2 and mongodb which supports Server-Side Rendering
https://imhjm.com
MIT License
598 stars 127 forks source link

nodejs 7 可以开启支持async和await的模式了 #1

Closed Molunerfinn closed 7 years ago

Molunerfinn commented 7 years ago

nodejs 7.0.0 开始已经支持使用 --harmony-async-await 选项来开启async 和 await功能

可以不必用babel转了。后端koa直接用node写async和await原生支持。前端用vue-cli的webpack模板的es6足够了

BUPT-HJM commented 7 years ago

今天我也刚看到node7居然可以,我试试看~😄谢谢皮蛋