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
220
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
28
Testing Vue Components
swap
0
25
Test Driven Development
swap
0
31
Other Decks in Programming
See All in Programming
プロダクトという一杯を作る - プロダクトチームが味の責任を持つまでの煮込み奮闘記
hiliteeternal
0
300
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
670
AI Ramen Fight
yusukebe
0
120
MCPで実現できる、Webサービス利用体験について
syumai
7
2.2k
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
41
16k
PHPカンファレンス関西2025 基調講演
sugimotokei
6
1k
CDK引数設計道場100本ノック
badmintoncryer
2
590
Prompt Engineeringの再定義「Context Engineering」とは
htsuruo
0
110
Streamlitで実現できるようになったこと、実現してくれたこと
ayumu_yamaguchi
2
240
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
240
可変性を制する設計: 構造と振る舞いから考える概念モデリングとその実装
a_suenami
8
1.1k
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
20
9.7k
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
770
Faster Mobile Websites
deanohume
308
31k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Code Review Best Practice
trishagee
69
19k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Side Projects
sachag
455
43k
Visualization
eitanlees
146
16k
The Invisible Side of Design
smashingmag
301
51k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Language of Interfaces
destraynor
158
25k
Scaling GitHub
holman
461
140k
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.