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
The future of Nuxt.js with TypeScript
Search
andoshin11
January 30, 2019
Technology
0
100
The future of Nuxt.js with TypeScript
andoshin11
January 30, 2019
Tweet
Share
More Decks by andoshin11
See All by andoshin11
カーナベルにおけるProtobuf二次利用例
andoshin11
0
94
Envoy External AuthZとgRPC Extensionを利用した「頑張らない」Microservices認証認可基盤
andoshin11
0
570
カーナベル株式会社2024年2月 エンジニアイベント資料
andoshin11
0
310
Private Cloudを支える最高のユーザーガイド運用技術
andoshin11
0
290
TS CompilerがVueを喋れても良いじゃないか
andoshin11
0
730
ain't giving up type-safe Express
andoshin11
2
430
Type Safe "Everything"
andoshin11
0
250
Hack your Nuxt router!
andoshin11
0
1.3k
GatewayパターンとSchema駆動開発
andoshin11
7
1.4k
Other Decks in Technology
See All in Technology
Microsoft の SSE の現在地
skmkzyk
0
300
雑に疎通確認だけしたい...せや!CloudShell使ったろ!
alchemy1115
0
210
テストって楽しい!開発を加速させるテストの魅力 / Testing is Fun! The Fascinating of Testing to Accelerate Development
aiandrox
0
170
Part1 GitHubってなんだろう?その2
tomokusaba
2
690
地味にいろいろあった! 2025春のAmazon Bedrockアップデートおさらい
minorun365
PRO
2
570
[新卒向け研修資料] テスト文字列に「うんこ」と入れるな(2025年版)
infiniteloop_inc
2
7.9k
AndroidアプリエンジニアもMCPを触ろう
kgmyshin
2
640
社内 Web システムのフロントエンド技術刷新: React Router v7 vs. TanStack Router
musasabibyun
0
130
2025-04-14 Data & Analytics 井戸端会議 Multi tenant log platform with Iceberg
kamijin_fanta
1
180
大規模サーバーレスプロジェクトのリアルな零れ話
maimyyym
3
200
TanStack Start 技術選定の裏側 / Findy-Lunch-LT-TanStack-Start
iktakahiro
0
100
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
7
63k
Featured
See All Featured
For a Future-Friendly Web
brad_frost
177
9.7k
Build your cross-platform service in a week with App Engine
jlugia
230
18k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Bash Introduction
62gerente
613
210k
Code Reviewing Like a Champion
maltzj
523
40k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
700
Fireside Chat
paigeccino
37
3.4k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
KATA
mclloyd
29
14k
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!!