Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
The future of Nuxt.js with TypeScript
andoshin11
January 30, 2019
Technology
0
65
The future of Nuxt.js with TypeScript
andoshin11
January 30, 2019
Tweet
Share
More Decks by andoshin11
See All by andoshin11
Private Cloudを支える最高のユーザーガイド運用技術
andoshin11
0
200
TS CompilerがVueを喋れても良いじゃないか
andoshin11
0
560
ain't giving up type-safe Express
andoshin11
2
340
Type Safe "Everything"
andoshin11
0
180
Hack your Nuxt router!
andoshin11
0
950
GatewayパターンとSchema駆動開発
andoshin11
8
1.2k
Catch up Nuxt.js 2019.02
andoshin11
0
1.5k
Clean Architecture with Vue
andoshin11
13
8k
vue-cli 3.0時代のNuxt.js
andoshin11
3
5.5k
Other Decks in Technology
See All in Technology
日経電子版だけじゃない! 日経の新規Webメディアの開発 - NIKKEI Tech Talk #3
sztm
0
350
KyvernoとRed Hat ACMを用いたマルチクラスターの一元的なポリシー制御
ry
0
250
re:Invent発表のサービスを取り入れて加速する弥生のSecurity&Governance / accelerating YAYOI's Security and Governance with services announced at reinvent
yayoi_dd
0
210
NGINXENG JP#2 - 4-NGINX-エンジニアリング勉強会
hiropo20
0
130
re:Inventで発表があったIoT事例の紹介と考察
kizawa2020
0
200
OpenShiftでスポットVMを使おう.pdf
jpishikawa
1
420
イ良い日ンマを作る(USBストレージ容量偽装の手法) / USB Storage Capacity Faking Techniques
shutingrz
0
570
S3とCloudWatch Logsの見直しから始めるコスト削減 / Cost saving S3 and CloudWatch Logs
shonansurvivors
0
280
SignalR を使ったアプリケーション開発をより快適に!
nenonaninu
0
720
AI Services 概要 / AI Services overview
oracle4engineer
PRO
0
180
FlexScan HD2452Wの 後継を探して
tring
0
6.6k
USB PD で迎える AC アダプター大統一時代
puhitaku
2
2k
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
213
7.8k
Building Applications with DynamoDB
mza
85
5k
Fontdeck: Realign not Redesign
paulrobertlloyd
74
4.3k
Testing 201, or: Great Expectations
jmmastey
25
5.7k
How STYLIGHT went responsive
nonsquared
89
4.2k
Code Review Best Practice
trishagee
50
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
44
14k
Code Reviewing Like a Champion
maltzj
508
38k
Intergalactic Javascript Robots from Outer Space
tanoku
261
26k
Producing Creativity
orderedlist
PRO
335
38k
Principles of Awesome APIs and How to Build Them.
keavy
117
15k
Embracing the Ebb and Flow
colly
75
3.6k
Transcript
The future of Nuxt.js w/ TypeScript 2019.1.30 @andoshin11
Who am I? Shin Ando (a.k.a Andy) @andoshin11 - Frontend
Developer at FOLIO - Vue.js Japan Users Group - 好きなもの: 鴨川 Vue / Nuxt / React / Flutter / Go / Ruby etc... 2
3 ブログやってます
4 Nuxt.js v2.4 Released
nuxt-ts distribution! ⊙ Auto generate tsconfig.json ⊙ Still experimental 5
distributions/nuxt-ts/bin
Officially supported! ⊙ TypeScript ⊙ TSX 6 packages/builder/src/builder.js
TypeScript for layouts 7 packages/builder/src/builder.js
TypeScript for routes 8 packages/builder/src/builder.js
Default Loader rules ⊙ Enhanced build.loaders options 9 packages/webpack/src/config/base.js
Official Type Definition ⊙ Context Type 10 packages/vue-app/types/index.d.ts
Official Type Definition ⊙ Context Type ⊙ Pages API Type
11 packages/vue-app/types/vue.d.ts
Enable Today! 12
13 Migrating to v2.4.0 https://github.com/andoshin11/studio-andy/pull/105
14 A few more things...
New options! ⊙ useForkTsChecker 15 packages/webpack/src/config/client.js
WIP: More Type Definitions 16 Pull Request #4854
WIP: Better TSX ecosystem ⊙ Working with Vue core team
⊙ #9369 ⊙ #9379 17 Pull Request #4855
18 Submit your Feature Requests! https://github.com/nuxt/rfcs/issues
19 Thank you!!