The Wayback Machine - https://web.archive.org/web/20200521081609/https://github.com/topics/vue-ssr
Skip to content
#

vue-ssr

Here are 102 public repositories matching this topic...

valleylmh
valleylmh commented Oct 14, 2018

1、增加.eslintrc文件,需要安装如下npm包:

"babel-eslint": "^8.2.3",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-html": "^4.0.3",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.1.0",

2、增加.editorconfig文件,代码编辑器

JounQin
JounQin commented Jan 1, 2020

[zh]

丑话说在前头,如果有错误,欢迎斧正,不要玻璃心。


说实话虽然在灵雀云用 Angular 做着企业级的应用,但我个人是很不认可它大而全的哲学的,虽然我也在 Angular 相关专栏发过几篇水文,但是习惯了 ReactVue 『纯粹』框架的哲学后依旧很不喜欢(不喜勿喷),但我很感谢 Angular 带我入了 rxjs 的坑,仅此而已。

Angular 的模块系统和 bundler 都是自己搞得一套标准『黑盒』,也就是说没办法在各个框架直接平滑地切换,比如 http 请求库,其他框架都可以随便选,一般比较通用的是 axios,还有 axios-observable 支持 Observable API,但 Angular 为了更好地支持自己的 DI 又搞了一个 `@angular/common/http

Improve this page

Add a description, image, and links to the vue-ssr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-ssr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.