Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

sheep

Latest
Compare
Choose a tag to compare
@flyher flyher released this 22 May 05:37
· 8 commits to dev_0.2 since this release
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

demo

demo theme

es5 support

IE8 webpack

describe

兼容IE8的前端渲染方案有很多:

React v0.14 及其以前版本

Angualar v1.2 及其以前版本

Backbone

React 和 AngularJS 后续版本如果想支持,可以用 polyfilles5-shim 来解决,正如本项目一样,为了解决webpack打包中存在的IE8兼容问题,但是值得注意的是,本项目源码本身就支持IE8。

关于sheep的后期博文如果有时间,我将在我的博客这篇文章中给出,这个项目仅仅是一个学习与探索的过程。