Skip to content

niyou0ct/Google-Books-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Books-API

GoogleBooksAPIを使用した書籍検索機能

開発環境

Webpack + TypeScript + Vue

バージョン

Node 11.13.0 Yarn 1.15.2

コマンド説明

インストール

yarn or yarn install

開発モード(ホットリロード)

yarn dev

本番モード

yarn build

コード整形

yarn lint