crazy rabbit one
1.0.0

现代浏览器和 Internet Explorer 10+
# clone the project
git clone https://github.com/aphy358/crazy-rabbit-one.git
# install dependency
npm install
# develop
npm run dev这将自动打开 http://localhost:1234。
# production ready build
npm run build打包后的文件将位于 dist 文件夹中。
# Unit tests run in Chrome with Karma + Mocha + karma-webpack
npm run unit
# Unit tests run in JSDOM with Jest
npm run jest