Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 563 Bytes

kotoba-oboeru

清华大学日语(1)课程期末复习所用的背单词 Webapp.

收录了来自 @Rabbit-Hu 的 csv 文件,采用 Nuxt.js + Vuetify 作成。

授权:MIT(除单词文件外);单词文件版权属于原作者。

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.