Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 884 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 884 Bytes

Vue Tarot

線上版的塔羅牌App,提供“每日運勢”、“無牌陣抽牌”。

每日運勢

每日運勢是24小時內,只能抽一次,會給予相對應的運勢結果。

抽牌機(無牌陣)

抽牌機可依照使用者選擇1、3、5張,自由抽取,但是無牌陣, 方便給在外沒有帶牌卻想占卜的人。

基於Vue.js實作的塔羅牌App,移植自己在Line上的塔羅機器人。

Demo

介紹

  • 透過Localstorage實作抽牌時間計算
  • 採用Vux UI
  • 手機、豎屏 用戶優先

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report