Skip to content

2022年HackU(九州大学)プロジェクト - 契約書の要点を見やすくするレピューツール

Notifications You must be signed in to change notification settings

nilumbra/HackU2022-Youwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

要は

Build

npm run build

Development

npm run test to fire up a nodemon server for development

npm run production to fire up a server for production test

Project structure

root/
├─ client/
│  ├─ main.js
│  ├─ index.html
│  ├─ js/
│  │
│  ├─ src/
│  │  ├─ App.vue
│  │  │
│  │  ├─ store/
│  │  │  ├─ index.js
│  │  │
│  │  ├─ components/
│  │  │  ├─ ArticleSubItems.vue
│  │  │  ├─ ClauseItems.vue
│  │  │  ├─ ContractInput.vue
│  │  │  ├─ ContractStruct.vue
│  │  │  ├─ MarkedText.vue
│  │  │
│  │  ├─ utils/
│  │  │  ├─ converter.js
│  │  │  ├─ http.js
│
├─ server/
│  ├─ summarizer/
│  │  ├─ summarizer.py
│  │
│  ├─ serverless/
│  │  ├─ preprocess.py
│  │  ├─ contract-peg-parser-ruby-bundle
│
├─ dist/ ## Bundle built by webpack
│
├─ node_modules/
├─ server.js
├─ package.json
├─ package-lock
├─ webpack.config.js
├─ .gitignore
├─ README.md

About

2022年HackU(九州大学)プロジェクト - 契約書の要点を見やすくするレピューツール

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published