Bez popisu

yhhu 8c87d5c0eb feat: add disbale feature před 5 roky
dist c60a4c9713 fix: fix some bugs před 5 roky
docs c60a4c9713 fix: fix some bugs před 5 roky
src 8c87d5c0eb feat: add disbale feature před 5 roky
webpack c60a4c9713 fix: fix some bugs před 5 roky
.babelrc 4e763d4c9e feat: complete date choose před 5 roky
.eslintrc 83adb7fcd3 feat: add calendar code před 5 roky
.gitignore c60a4c9713 fix: fix some bugs před 5 roky
LICENSE cce2877c07 docs: update readme.md před 5 roky
README.md 247f3aba69 docs: update readme před 5 roky
index.html 71e25f57eb feat: project basic skeleton created před 5 roky
package.json beb9cf97ba feat: add postcss feature před 5 roky
postcss.config.js beb9cf97ba feat: add postcss feature před 5 roky
webpack.config.js e2e042a624 feat: import react před 5 roky
yarn.lock beb9cf97ba feat: add postcss feature před 5 roky

README.md

datepicker

之前版本,可查看tag v1.0.0

$ git clone https://github.com/Rynxiao/datepicker.git
$ git tag
$ git checkout v1.0.0

重构之后版本

tag v2.0.0

node及npm版本

$ node -v 
v8.11.3

$ npm -v
v5.6.0

$ yarn -v
1.7.0

react版本

react v16.5.2

开发模式

yarn install
yarn start:dev

生产模式

yarn build