diff --git a/README.es-es.md b/README.es-es.md index de39348..5e81c10 100644 --- a/README.es-es.md +++ b/README.es-es.md @@ -135,7 +135,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - [Chakra (IE9+ / Edge)](https://en.wikipedia.org/wiki/Chakra_(JScript_engine)) - [V8 (Chrome / Opera / Nodejs / MongoDB)](https://developers.google.com/v8/?hl=zh-CN) [[GitHub]](https://github.com/v8/v8/) - [SpiderMonkey (Firefox)]( https://developer.mozilla.org/en-us/docs/Mozilla/Projects/SpiderMonkey) - - [Nitro (Safari)](https://en.wikipedia.org/wiki/WebKit#JavaScriptCore) + - [JavaScriptCore (Safari)](https://en.wikipedia.org/wiki/WebKit#JavaScriptCore) - Tiempo de ejecución - Cookie - Local Cache @@ -159,7 +159,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - [Brackets](http://brackets.io/) [[GitHub]](https://github.com/adobe/brackets/) - [Light Table](http://lighttable.com/) [[GitHub]](https://github.com/LightTable/LightTable/) - [Visual Studio](https://www.visualstudio.com/) - - [Visual Studio Code](https://code.visualstudio.com/) [[GitHub]](https://github.com/Microsoft/vscode) + - [Visual Studio Code (Linux & Mac)](https://code.visualstudio.com/) [[GitHub]](https://github.com/Microsoft/vscode) - Dreamweaver ;-) - FrontPage / SharePoint Designer ;-) - Build Tasks diff --git a/README.md b/README.md index a718d3f..8a15b0a 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - [Chakra (IE9+ / Edge)](https://en.wikipedia.org/wiki/Chakra_(JScript_engine)) - [V8 (Chrome / Opera / Nodejs / MongoDB)](https://developers.google.com/v8/?hl=zh-CN) [[GitHub]](https://github.com/v8/v8/) - [SpiderMonkey (Firefox)]( https://developer.mozilla.org/en-us/docs/Mozilla/Projects/SpiderMonkey) - - [Nitro (Safari)](https://en.wikipedia.org/wiki/WebKit#JavaScriptCore) + - [JavaScriptCore (Safari)](https://en.wikipedia.org/wiki/WebKit#JavaScriptCore) - Runtime - Cookie - Local Cache @@ -150,7 +150,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - [Brackets](http://brackets.io/) [[GitHub]](https://github.com/adobe/brackets/) - [Light Table](http://lighttable.com/) [[GitHub]](https://github.com/LightTable/LightTable/) - [Visual Studio](https://www.visualstudio.com/) - - [Visual Studio Code](https://code.visualstudio.com/) [[GitHub]](https://github.com/Microsoft/vscode) + - [Visual Studio Code (Linux & Mac)](https://code.visualstudio.com/) [[GitHub]](https://github.com/Microsoft/vscode) - Dreamweaver ;-) - FrontPage / SharePoint Designer ;-) - Build Tasks @@ -181,6 +181,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - Package - [npm](https://www.npmjs.com/) [[GitHub]](https://github.com/npm/npm/) - [Bower](http://bower.io/) [[GitHub]](https://github.com/bower/bower/) + - [yarn](https://yarnpkg.com/) [[GitHub]](https://github.com/yarnpkg/yarn/) - Test - Tools - [QUnit](https://qunitjs.com/) [[GitHub]](https://github.com/jquery/qunit/) @@ -195,6 +196,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - nodeunit [[GitHub]](https://github.com/caolan/nodeunit/) - tape [[GitHub]](http://github.com/substack/tape) - [nightmare](http://nightmarejs.org/) [[GitHub]](https://github.com/segmentio/nightmare) + - [Enzyme](http://airbnb.io/enzyme/) [[GitHub]](https://github.com/airbnb/enzyme) - Composite - [Sauce Labs](https://saucelabs.com/) - [Browser Stack](https://www.browserstack.com/) @@ -237,6 +239,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm - [WinJS](https://dev.windows.com/en-us/develop/winjs) [[GitHub]](https://github.com/winjs/winjs) - [Pure](http://purecss.io/) [[GitHub]](https://github.com/yahoo/pure/) - [Amaze UI](http://amazeui.org/) [[GitHub]](https://github.com/allmobilize/amazeui) + - [Onsne UI](https://onsen.io/) [[GitHub]](https://github.com/OnsenUI/OnsenUI) - WebSocket - [Socket.io](http://socket.io/) [[GitHub]](https://github.com/Automattic/socket.io/) - web-socket-js [[GitHub]](https://github.com/gimite/web-socket-js/) diff --git a/README.zh-cn.md b/README.zh-cn.md index 934129b..1153031 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -132,7 +132,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm?lo - [Chakra (IE9+ / Edge)](https://en.wikipedia.org/wiki/Chakra_(JScript_engine)) - [V8 (Chrome / Opera / Nodejs / MongoDB)](https://developers.google.com/v8/?hl=zh-CN) [[GitHub]](https://github.com/v8/v8/) - [SpiderMonkey (Firefox)]( https://developer.mozilla.org/en-us/docs/Mozilla/Projects/SpiderMonkey) - - [Nitro (Safari)](https://en.wikipedia.org/wiki/WebKit#JavaScriptCore) + - [JavaScriptCore (Safari)](https://en.wikipedia.org/wiki/WebKit#JavaScriptCore) - 运行时 - Cookie - Local Cache @@ -156,7 +156,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm?lo - [Brackets](http://brackets.io/) [[GitHub]](https://github.com/adobe/brackets/) - [Light Table](http://lighttable.com/) [[GitHub]](https://github.com/LightTable/LightTable/) - [Visual Studio](https://www.visualstudio.com/) - - [Visual Studio Code](https://code.visualstudio.com/) [[GitHub]](https://github.com/Microsoft/vscode) + - [Visual Studio Code (Linux & Mac)](https://code.visualstudio.com/) [[GitHub]](https://github.com/Microsoft/vscode) - Dreamweaver ;-) - FrontPage / SharePoint Designer ;-) - 编译任务 diff --git a/ux/WebFrontEndStack.htm b/ux/WebFrontEndStack.htm index 1993d69..26ded2c 100644 --- a/ux/WebFrontEndStack.htm +++ b/ux/WebFrontEndStack.htm @@ -86,8 +86,8 @@ } - - + + diff --git a/ux/WebFrontEndStack.json b/ux/WebFrontEndStack.json index c362339..f2e9017 100644 --- a/ux/WebFrontEndStack.json +++ b/ux/WebFrontEndStack.json @@ -301,7 +301,7 @@ "name": "Visual Studio", "url": "https://www.visualstudio.com/" }, { - "name": "Visual Studio Code", + "name": "Visual Studio Code (Linux & Mac)", "url": "https://code.visualstudio.com/", "github": "https://github.com/Microsoft/vscode", "stargazers": 6652