recite
背单词太无聊,为了自己学习单词不那么无聊,在网上找了一些图像法记单词的联想词库,发现手机上看文档实在是不方便,就自己写了个网页小应用,可以用HBuilder打包成APK,安装到自己的手机上很方便.
代码使用vue ,运行前需要安装npm ,webpack
Fast Recite
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit test
1