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
110
The future of Nuxt.js with TypeScript
andoshin11
January 30, 2019
Tweet
Share
More Decks by andoshin11
See All by andoshin11
カーナベルにおけるProtobuf二次利用例
andoshin11
0
130
Envoy External AuthZとgRPC Extensionを利用した「頑張らない」Microservices認証認可基盤
andoshin11
0
740
カーナベル株式会社2024年2月 エンジニアイベント資料
andoshin11
0
390
Private Cloudを支える最高のユーザーガイド運用技術
andoshin11
0
300
TS CompilerがVueを喋れても良いじゃないか
andoshin11
0
750
ain't giving up type-safe Express
andoshin11
2
450
Type Safe "Everything"
andoshin11
0
260
Hack your Nuxt router!
andoshin11
0
1.3k
GatewayパターンとSchema駆動開発
andoshin11
7
1.5k
Other Decks in Technology
See All in Technology
10年の共創が示す、これからの開発者と企業の関係 ~ Crossroad
soracom
PRO
1
550
SOC2取得の全体像
shonansurvivors
1
410
生成AIで「お客様の声」を ストーリーに変える 新潮流「Generative ETL」
ishikawa_satoru
1
330
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
100
GC25 Recap+: Advancing Go Garbage Collection with Green Tea
logica0419
1
430
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
150
Shirankedo NOCで見えてきたeduroam/OpenRoaming運用ノウハウと課題 - BAKUCHIKU BANBAN #2
marokiki
0
150
自動テストのコストと向き合ってみた
qa
0
200
AWS 잘하는 개발자 되기 - AWS 시작하기: 클라우드 개념부터 IAM까지
kimjaewook
0
110
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
0
150
PLaMoの事後学習を支える技術 / PFN LLMセミナー
pfn
PRO
9
3.9k
いま注目しているデータエンジニアリングの論点
ikkimiyazaki
0
610
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
The Pragmatic Product Professional
lauravandoore
36
6.9k
KATA
mclloyd
32
15k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
RailsConf 2023
tenderlove
30
1.2k
Into the Great Unknown - MozCon
thekraken
40
2.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
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!!