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
Introduction to Quasar Framework
Search
Swapnil Agarwal
April 28, 2018
Programming
0
230
Introduction to Quasar Framework
Swapnil Agarwal
April 28, 2018
Tweet
Share
More Decks by Swapnil Agarwal
See All by Swapnil Agarwal
New Kids in BrowserLand
swap
0
31
Testing Vue Components
swap
0
27
Test Driven Development
swap
0
32
Other Decks in Programming
See All in Programming
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
AIでLINEスタンプを作ってみた
eycjur
1
230
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
1.9k
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
230
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
170
個人軟體時代
ethanhuang13
0
330
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.3k
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
Namespace and Its Future
tagomoris
6
710
1から理解するWeb Push
dora1998
7
1.9k
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
130
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
350
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Language of Interfaces
destraynor
161
25k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
GraphQLとの向き合い方2022年版
quramy
49
14k
Code Review Best Practice
trishagee
71
19k
Context Engineering - Making Every Token Count
addyosmani
3
60
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Facilitating Awesome Meetings
lara
55
6.5k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Transcript
Quasar Framework Build responsive websites and hybrid mobile Apps (that
look native!) using same code, with VueJs. SPA front-end on steroids.
Making a Mobile App... React Native NativeScript Cordova / PhoneGap
Ionic / Framework7 / Onsen...
Features One source code for all platforms simultaneously Boilerplate Built-in
Components Themes Dev Hot Reload Desktop and Mobile (Native Mobile Apps included) Full Stack Toolkit
Cross-Platform Code Gen. "Write Once, Run Everywhere" - One app
to rule them all! Electron (Desktop) Apps Cordova (iPhone and Android) Apps Web (SPA / PWA)
Install npm install -g quasar-cli
Demo Time quasar init intro-to-quasar cd intro-to-quasar quasar dev
Platforms iOS: quasar dev -m cordova -T ios Android: quasar
dev -m cordova -T android Electron: quasar dev -m electron -t mat PWA (Material UI): quasar dev -m pwa -t mat PWS (iOS): quasar dev -m pwa -t ios
Components Quasar ships commonly-used components in 2 themes: Material UI:
iOS: http://quasar-framework.org/quasar- play/android/index.html#/showcase http://quasar-framework.org/quasar- play/apple/index.html#/showcase
Resources http://quasar-framework.org/ https://github.com/quasarframework/quasar
fin.