Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
PIXwallet_工作心得分享
Search
CypressKuo
April 10, 2017
Technology
0
220
PIXwallet_工作心得分享
CypressKuo
April 10, 2017
Tweet
Share
More Decks by CypressKuo
See All by CypressKuo
Deep-copying.pdf
cypresskuo
0
19
CSS_for_Web_Vitals.pdf
cypresskuo
0
28
談談_Code_review.pdf
cypresskuo
0
36
REST_vs_GraphQL_今夜はご注文はどっち.pdf
cypresskuo
0
15
CSS_重構.pdf
cypresskuo
0
17
跟上_JS_的腳步-ES2020.pdf
cypresskuo
0
22
Core_Web_Vitals.pdf
cypresskuo
0
44
這個時代人人都知道的敏捷開發.pdf
cypresskuo
0
42
Webassembly.pdf
cypresskuo
0
8
Other Decks in Technology
See All in Technology
Lambda10周年!Lambdaは何をもたらしたか
smt7174
2
110
アジャイルチームがらしさを発揮するための目標づくり / Making the goal and enabling the team
kakehashi
3
150
TypeScript、上達の瞬間
sadnessojisan
46
13k
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
540
OCI 運用監視サービス 概要
oracle4engineer
PRO
0
4.8k
Incident Response Practices: Waroom's Features and Future Challenges
rrreeeyyy
0
160
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
SRE×AIOpsを始めよう!GuardDutyによるお手軽脅威検出
amixedcolor
0
190
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
1
230
Engineer Career Talk
lycorp_recruit_jp
0
190
初心者向けAWS Securityの勉強会mini Security-JAWSを9ヶ月ぐらい実施してきての近況
cmusudakeisuke
0
130
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Designing Experiences People Love
moore
138
23k
Unsuck your backbone
ammeep
668
57k
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
430
Practical Orchestrator
shlominoach
186
10k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
A Tale of Four Properties
chriscoyier
156
23k
How to train your dragon (web standard)
notwaldorf
88
5.7k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Transcript
PIXwallet 工作心得分享 2017/04/07 技術部例會 前端組 CypressKuo
PIXwallet 簡介 • 整合痞客邦 PIXNET 所提供的各項與金錢相關的服務。 • 帳戶管理 ◦ 管理使用者資料
◦ 支票寄送、銀行匯款 ◦ 手動扣款、自動扣款 • 檢視收益紀錄與狀況 2
PIXwallet 使用者介面 3
SPA 4
SPA (Single-page application) 簡介 單頁應用程式 (SPA) 是一種網頁應用程式或網站,適合單個網 頁,目的是提供一個和桌面應用程式相似的使用者體驗。 在一個單頁面應用中,無論是所需要的程式碼是 HTML、
JavaScript 還是 CSS 都在一次頁面載入中獲取,或者通常根據用 戶動作動態載入合適的資源並按需要加入到網頁中。 5
傳統頁面與 SPA Lifecycle 比較 https://msdn.microsoft.com/en-us/magazine/dn463786.aspx 6
工具的選擇(舊版) betapanel Blog 新後台 React Angular 7
工具的選擇(新版) 8
最後... 9
選擇 Vue.js 原因 • 我比較喜歡劉備 • 學習曲線平緩 • 成長快速 ◦
2016 GitHub 拿到 26.4k 星星數是 JavaScript 類別第一名 ◦ 廣大的生態圈(各種套件) • Laravel 從第 5 版開始內建 Vue.js ◦ 連 laracasts 也有 vue 的免費課程 • 作者是中國人(Evan You) ◦ https://twitter.com/youyuxi https://risingstars2016.js.org 10
第一次用 Vue 就上手 11 HTML JS Web https://jsfiddle.net/chrisvfritz/50wL7mdz/
第一次 debug 就上手 Chrome extension for debugging Vue.js applications 12
https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd
三位一體 13
遇到的問題 • D3.js • Data two-way binding • Lifecycle-update(無窮迴圈) •
PM 換了 4 個 14
Q&A 15
謝謝您的耹聽 16