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

Latest commit

 

History

History
44 lines (36 loc) · 685 Bytes

README_CN.md

File metadata and controls

44 lines (36 loc) · 685 Bytes

tagzuke

中日古辭書文本自動標記工具

啟動

git clone https://github.com/toyjack/tagzuke.git
cd tagzuke
npm install
npm run dev

目錄結構

.
├── build
├── config
├── dist
│   └── static
│       ├── css
│       └── js
├── docs
│   └── static
│       ├── css
│       ├── fonts
│       ├── img
│       └── js
├── src
│   ├── assets
│   ├── components
│   ├── helpers
│   ├── pages
│   ├── router
│   └── store
└── static

20 directories

License

MIT License