This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
broswer support
Browser | Support |
---|---|
IE8 及其以下 | 是 |
IE9 + | 是 |
Chrome | 是 |
Firefox | 是 |
Opera 12+ | 是 |
微信 | 未测试 |
install
start server or mock data(see this release)
cd server
npm install
node app
start client
cd resources\views
npm start
package code
webpack -w
install webpack version 1.13.2 , see the issue here
npm install [email protected] --save-dev
open http://127.0.0.1:8889/home/home.html in your browser
describe
兼容IE8的前端渲染方案有很多:
Angualar v1.2 及其以前版本
Backbone
React 和 AngularJS 后续版本如果想支持,可以用 polyfill 和 es5-shim 来解决,正如本项目一样,为了解决webpack打包中存在的IE8兼容问题,但是值得注意的是,本项目源码本身就支持IE8。
关于sheep的后期博文如果有时间,我将在我的博客这篇文章中给出,这个项目仅仅是一个学习与探索的过程。