a simple word web application front end
一个简单的单词web应用的前端,主要功能如下:
- 用户登录注册
- 手动录入单词
- 使用百度翻译api/金山词霸爬虫自动翻译单词,并给出相应词根
- 选择遮挡中文或英文
- 打乱单词顺序
- 词库单词删除
- 英文、中文检错
- 词库单词检索
- 词库高频词统计
- 词库单词修改
# clone project
git clone https://github.com/srx-2000/word_web_front_end.git
# 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 tests
npm run unit
# run all tests
npm test
该程序前后端已成功部署,但因为个人能力与精力有限,故而并未大范围公开。
欢迎大家尝试部署,并在issue中提出宝贵意见。