Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.24 KB

Quiz Projection Supporter

これは

技術書典6で頒布された『実践で学ぶ!Electron+Vue.jsでデスクトップアプリ開発』の電子書籍版を元に作成したアプリです

詳しくはこちらのリポジトリをご覧ください https://github.com/nano-nano/quiz_projection_supporter

問題文や解答を表示させるには、指定フォーマットの Excel ファイルが必要です。このリポジトリには含めていません

詳しくは上記リポジトリの quiz_sample_from_STU.xlsx をご覧ください

Build Setup

# install dependencies
npm install / yarn

# serve with hot reload at localhost:9080
npm run dev / yarn dev

# build electron application for production
npm run build / yarn build


# lint all JS/Vue component files in `src/`
npm run lint / yarn lint

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.