noriyotcp / quiz_projection_supporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 56.6%Language:Vue 41.8%Language:EJS 1.6%