Vue.js + Vuexチーム開発実践の事例

treby
trebyWeb Developer
Vue.js + Vuex
2018/12/08
Repro Hiroaki Ninomiya
Frontend Conference Fukuoka 2018
Vue.js + Vuexチーム開発実践の事例
• ( )
•
• 3
•
• ( )
•
• 3
•
#
• Hiroaki Ninomia a.k.a treby
• Repro
• Shinjuku.rb Organizer
• Ruby
• ( )
•
•
•
•
•
•
•
•
•
Vue.js + Vuexチーム開発実践の事例
Repro
• 2014
• https://repro.io/
• BtoB SaaS
• Repro SDK
•
•
•
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
https://prtimes.jp/main/html/rd/p/000000072.000013569.html
Vue.js + Vuexチーム開発実践の事例
DAU
/day Push
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
• AWS
•
• Ruby(Rails)
• Python(AI )
• Golang( )
• ( )Ruby
• Ruby CTO
• 6
• SDK (iOS / Android)
•
•
•
• AI
• CRE( )
• QA
• 6
• SDK (iOS / Android)
•
•
•
• AI
• CRE( )
• QA
• 8
•
•
( )
•
• Vue.js / Vuex
• ES6
• (jQuery)
•
• Ruby on Rails
Vuejs
• Progressive Framework
• Declarative Rendering
• Two-way Binding
• An incrementally adoptable Ecosystem
•
Vuex
• Vue.js Vue.js
• Flux
• Repro
Ruby on Rails (Rails)
•
• (Convention over Configuration)
• Rails
•
• SDK API
•
•
•
•
•
•
•
•
• =>
Vue.js + Vuexチーム開発実践の事例
•
•
•
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
Vue.js
• v0.10.4(2014/4)
• v1.0.0(2015/10)
• v2.0.0(2016/10)
•
• Repro 2014 Vue.js
•
• 0 1 1 2
• Vue.js
(Rails
)
• v4.0.0(2013/06): Ruby JavaScript
• v4.2.0(2014/12)
• v5.0.0(2016/07): Action Cable / Rails API
• v5.1.0(2017/04): Webpack / jQuery default
• v5.2.0(2018/04)
• v6.0.0( ): CoffeeScript ES6
• https://github.com/rails/rails/pull/33079
Rails4 (3,4 )
•
• Sprockets(Asset Pipeline)
• jQuery
• CoffeeScript
• Rails JavaScript
• rails-assets
Rails Assets
• Rails Assets is the frictionless proxy between Bundler and
Bower.
• xxx-rails
• JavaScript ( )
• rails-assets-xxx Gem
Rails4 Gemfile
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.2'
:
:
gem 'rails-assets-vue'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# Use jquery as the JavaScript library
gem 'jquery-rails'
Rails4
$ ->
$btn = $("[data-toggle='backToTop']")
$btn.hide()
$(window).scroll ->
if window.scrollY > 100
$btn.fadeIn()
else
$btn.fadeOut()
$btn.on 'click', (e) ->
$('html,body').animate({ scrollTop: 0 }, 500)
Rails5 ( 1,2 )
•
• Webpack / Browserify
• React / Vue.js
• Flux
• ESNext AltJS
• Rails JavaScript
Rails 5.0
https://edgeguides.rubyonrails.org/50release_notes.html
Rails 5.0
• Action Cable
• Rails API
• Active Record Attributes API
• Test Runner
• Exclusive use of rails CLI over Rake
• Sprockets 3
• Turbolinks 5
• Ruby 2.2.2+ required
Rails 5.1
https://edgeguides.rubyonrails.org/51release_notes.html
Rails 5.1
• Yarn Support
• Optional Webpack support
• jQuery no longer a default dependency
• System tests
• Encrypted secrets
• Parameterized mailers
• Direct & resolved routes
• Unification of formfor and formtag into form_with
( Rails6 )
https://github.com/rails/rails/pull/33079
!
Rails5 Gemfile
gem "rails", "5.2.0"
:
:
gem "sass", "3.4.16"
# JS translation generator
gem "i18n-js", require: false
group :assets do
:
:
gem "sassc-rails"
gem "browserify-rails"
:
end
Rails5
import cookie from 'utils/cookie';
import Deactivater from 'mixins/deactivater';
export default {
mixins: [Deactivater],
data() {
return {
expanded: true,
appListShown: false,
};
},
methods: {
toggleAppList() {
this.appListShown = !this.appListShown;
},
closeAppList() {
this.appListShown = false;
},
:
}
:
};
• Rails4
• Rails JS
• Rails5
• Rails JS
• Rails
( )
• 6
• SDK (iOS / Android)
•
•
•
• AI
• CRE( )
• QA
( )
• 8
• SDK / Server Server (SDK )
•
•
•
Vue.js + Vuexチーム開発実践の事例
•
• Q
•
•
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
•
•
•
•
•
Vue.js + Vuexチーム開発実践の事例
Repro
• 4
•
•
•
•
Repro
( 2015 )
•
•
• Rails
• CoffeeScript + jQuery / Ruby
•
• backbone.js / Vue.js 0.10
• jQuery Vue.js
( 2015 )
( 2015 )
•
•
•
• ( )
•
Repro
( 2017 )
•
• /
• Rails
• Rails 5 /
•
• Vue.js 1 & Vue.js 2, Vuex
• ES6
( 2017 )
•
•
• ES6
• ES6 Browserify Sprockets
• CoffeeScript ES6
( 2017 )
( 2017 )
( 2017 )
( 2017 )
( 2017 )
( 2017 )
•
•
•
•
• CoffeeScript jQuery
•
Repro
( 2018 )
•
• 20 Daily
•
• Rails
• Rails5.1
•
• / npm v5
•
( 2018 )
•
•
•
• CoffeeScript ES6
• Vue component jQuery
• Vue component
Rails 5.1 ( )
https://edgeguides.rubyonrails.org/51release_notes.html
( 2018 )
•
•
• CoffeeScript ES6
• JavaScript Vue component
( 2018 )
( 2018 )
( 2018 )
( 2018 )
( 2018 )
( 2018 )
( 2018 )
•
•
• CoffeeScript ES6
• JavaScript Vue component
•
Repro
(2018 )
•
• Web SDK
•
• Rails
•
• Webpack
•
• Vue.js / React / Angular2
Vue.js + Vuexチーム開発実践の事例
Repro Web
https://jp.techcrunch.com/2018/10/04/reproweb/
(2018 )
•
•
• Repro
•
• Repro Web
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
( )
( )
(2018 )
•
•
•
•
• Pull Request
• /
Repro
Repro
( (2019 ))
•
•
•
/
/
•
•
•
•
•
•
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
Vue.js + Vuexチーム開発実践の事例
( )
Pull Request
•
•
•
• Repro
•
•
•
•
•
•
•
•
• => We're Hiring!!
Vue.js + Vuexチーム開発実践の事例
1 of 110

Recommended

Frontendと向き合う by
Frontendと向き合うFrontendと向き合う
Frontendと向き合うtreby
1.2K views57 slides
Railsのフロントエンドのトレンドと実際〜事業を進めながら、レールに乗り続けるためのテクニック〜 by
Railsのフロントエンドのトレンドと実際〜事業を進めながら、レールに乗り続けるためのテクニック〜Railsのフロントエンドのトレンドと実際〜事業を進めながら、レールに乗り続けるためのテクニック〜
Railsのフロントエンドのトレンドと実際〜事業を進めながら、レールに乗り続けるためのテクニック〜treby
5.4K views55 slides
Codestrong 2012 breakout session alloy (mvc) app framework overview by
Codestrong 2012 breakout session   alloy (mvc) app framework overviewCodestrong 2012 breakout session   alloy (mvc) app framework overview
Codestrong 2012 breakout session alloy (mvc) app framework overviewAxway Appcelerator
784 views18 slides
Alloy Framework by
Alloy FrameworkAlloy Framework
Alloy FrameworkMads Møller
1.3K views17 slides
Practical IronRuby by
Practical IronRubyPractical IronRuby
Practical IronRubyShay Friedman
766 views25 slides
Ruby Kansai #35 About RubyKaigi2009 ujihisa by
Ruby Kansai #35 About RubyKaigi2009 ujihisaRuby Kansai #35 About RubyKaigi2009 ujihisa
Ruby Kansai #35 About RubyKaigi2009 ujihisaujihisa
1.3K views31 slides

More Related Content

What's hot

Plone for Education: Bibliographies by
Plone for Education: BibliographiesPlone for Education: Bibliographies
Plone for Education: BibliographiesCristopher Ewing
998 views128 slides
플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run` by
플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run`플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run`
플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run`Heejong Ahn
190 views47 slides
2010.09.02 LT Doc fluxflex on JAWS-UG by
2010.09.02 LT Doc fluxflex on JAWS-UG2010.09.02 LT Doc fluxflex on JAWS-UG
2010.09.02 LT Doc fluxflex on JAWS-UGHiro Fukami
541 views39 slides
ASP.NET MVC by
ASP.NET MVCASP.NET MVC
ASP.NET MVCShay Friedman
878 views24 slides
UPenn on Rails intro by
UPenn on Rails introUPenn on Rails intro
UPenn on Rails introMat Schaffer
823 views40 slides
Introduction to Padrino by
Introduction to PadrinoIntroduction to Padrino
Introduction to PadrinoMasato Igarashi
1.2K views55 slides

What's hot(11)

플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run` by Heejong Ahn
플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run`플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run`
플렉스팀 프론트엔드 기술 스택의 이해: `lint`, `build`, `run`
Heejong Ahn190 views
2010.09.02 LT Doc fluxflex on JAWS-UG by Hiro Fukami
2010.09.02 LT Doc fluxflex on JAWS-UG2010.09.02 LT Doc fluxflex on JAWS-UG
2010.09.02 LT Doc fluxflex on JAWS-UG
Hiro Fukami541 views
UPenn on Rails intro by Mat Schaffer
UPenn on Rails introUPenn on Rails intro
UPenn on Rails intro
Mat Schaffer823 views
Deploying Rails Applications: Lessons Learned by Michael Koby
Deploying Rails Applications: Lessons LearnedDeploying Rails Applications: Lessons Learned
Deploying Rails Applications: Lessons Learned
Michael Koby360 views
海纳百川,有容乃大 by hujinpu
海纳百川,有容乃大海纳百川,有容乃大
海纳百川,有容乃大
hujinpu689 views
0323社内LT大会 by Akira Ohta
0323社内LT大会0323社内LT大会
0323社内LT大会
Akira Ohta421 views
Digging deeper into service stack by cyberzeddk
Digging deeper into service stackDigging deeper into service stack
Digging deeper into service stack
cyberzeddk2.8K views
You Don't Know ES Modules by Teppei Sato
You Don't Know ES ModulesYou Don't Know ES Modules
You Don't Know ES Modules
Teppei Sato11.2K views

Similar to Vue.js + Vuexチーム開発実践の事例

Impression of Rails 3 by
Impression of Rails 3Impression of Rails 3
Impression of Rails 3Kosuke Matsuda
532 views53 slides
Google App Engine Java, Groovy and Gaelyk by
Google App Engine Java, Groovy and GaelykGoogle App Engine Java, Groovy and Gaelyk
Google App Engine Java, Groovy and GaelykGuillaume Laforge
45.8K views85 slides
Benefits of an Open environment with Wakanda by
Benefits of an Open environment with WakandaBenefits of an Open environment with Wakanda
Benefits of an Open environment with WakandaAlexandre Morgaut
2.2K views41 slides
Hacking Adobe Experience Manager sites by
Hacking Adobe Experience Manager sitesHacking Adobe Experience Manager sites
Hacking Adobe Experience Manager sitesMikhail Egorov
13.2K views23 slides
Доклад Михаила Егорова на PHDays by
Доклад Михаила Егорова на PHDaysДоклад Михаила Егорова на PHDays
Доклад Михаила Егорова на PHDaysru_Parallels
315 views23 slides
01/2009 - Portral development with liferay by
01/2009 - Portral development with liferay01/2009 - Portral development with liferay
01/2009 - Portral development with liferaydaveayan
1.3K views21 slides

Similar to Vue.js + Vuexチーム開発実践の事例(20)

Google App Engine Java, Groovy and Gaelyk by Guillaume Laforge
Google App Engine Java, Groovy and GaelykGoogle App Engine Java, Groovy and Gaelyk
Google App Engine Java, Groovy and Gaelyk
Guillaume Laforge45.8K views
Benefits of an Open environment with Wakanda by Alexandre Morgaut
Benefits of an Open environment with WakandaBenefits of an Open environment with Wakanda
Benefits of an Open environment with Wakanda
Alexandre Morgaut2.2K views
Hacking Adobe Experience Manager sites by Mikhail Egorov
Hacking Adobe Experience Manager sitesHacking Adobe Experience Manager sites
Hacking Adobe Experience Manager sites
Mikhail Egorov13.2K views
Доклад Михаила Егорова на PHDays by ru_Parallels
Доклад Михаила Егорова на PHDaysДоклад Михаила Егорова на PHDays
Доклад Михаила Егорова на PHDays
ru_Parallels315 views
01/2009 - Portral development with liferay by daveayan
01/2009 - Portral development with liferay01/2009 - Portral development with liferay
01/2009 - Portral development with liferay
daveayan1.3K views
Ship It ! with Ruby/ Rails Ecosystem by Yi-Ting Cheng
Ship It ! with Ruby/ Rails EcosystemShip It ! with Ruby/ Rails Ecosystem
Ship It ! with Ruby/ Rails Ecosystem
Yi-Ting Cheng1.8K views
Better Framework Better Life by jeffz
Better Framework Better LifeBetter Framework Better Life
Better Framework Better Life
jeffz887 views
Vue 淺談前端建置工具 by andyyou
Vue 淺談前端建置工具Vue 淺談前端建置工具
Vue 淺談前端建置工具
andyyou 2.2K views
Ruby on Rails : 簡介與入門 by Wen-Tien Chang
Ruby on Rails : 簡介與入門Ruby on Rails : 簡介與入門
Ruby on Rails : 簡介與入門
Wen-Tien Chang75.3K views
大規模環境でRailsと4年間付き合ってきて@ クックパッド * 食べログ合同勉強会 by Takayuki Kyowa
大規模環境でRailsと4年間付き合ってきて@ クックパッド * 食べログ合同勉強会大規模環境でRailsと4年間付き合ってきて@ クックパッド * 食べログ合同勉強会
大規模環境でRailsと4年間付き合ってきて@ クックパッド * 食べログ合同勉強会
Takayuki Kyowa10.6K views
Rapid development with Rails by Yi-Ting Cheng
Rapid development with RailsRapid development with Rails
Rapid development with Rails
Yi-Ting Cheng2.2K views
Better framework, better life by Daniel Lv
Better framework, better lifeBetter framework, better life
Better framework, better life
Daniel Lv890 views
Sinatraで触れる生SQL by treby
Sinatraで触れる生SQLSinatraで触れる生SQL
Sinatraで触れる生SQL
treby1K views
Rails 3.1 by Lori Olson
Rails 3.1Rails 3.1
Rails 3.1
Lori Olson1.2K views

More from treby

失敗から学ぶEM方法論 by
失敗から学ぶEM方法論失敗から学ぶEM方法論
失敗から学ぶEM方法論treby
2.3K views39 slides
モダンJSでモダンなWebアプリケーションを作ろう! by
モダンJSでモダンなWebアプリケーションを作ろう!モダンJSでモダンなWebアプリケーションを作ろう!
モダンJSでモダンなWebアプリケーションを作ろう!treby
1.9K views63 slides
Octocatは技術的負債の夢を見るか? by
Octocatは技術的負債の夢を見るか?Octocatは技術的負債の夢を見るか?
Octocatは技術的負債の夢を見るか?treby
2.6K views66 slides
Shinjuku.rb #61 RubyKaigi2018予習 by
Shinjuku.rb #61 RubyKaigi2018予習Shinjuku.rb #61 RubyKaigi2018予習
Shinjuku.rb #61 RubyKaigi2018予習treby
642 views75 slides
The Art of Collaboration by
The Art of CollaborationThe Art of Collaboration
The Art of Collaborationtreby
580 views39 slides
楽しく学ぶ?API by
楽しく学ぶ?API楽しく学ぶ?API
楽しく学ぶ?APItreby
1.4K views52 slides

More from treby(20)

失敗から学ぶEM方法論 by treby
失敗から学ぶEM方法論失敗から学ぶEM方法論
失敗から学ぶEM方法論
treby2.3K views
モダンJSでモダンなWebアプリケーションを作ろう! by treby
モダンJSでモダンなWebアプリケーションを作ろう!モダンJSでモダンなWebアプリケーションを作ろう!
モダンJSでモダンなWebアプリケーションを作ろう!
treby1.9K views
Octocatは技術的負債の夢を見るか? by treby
Octocatは技術的負債の夢を見るか?Octocatは技術的負債の夢を見るか?
Octocatは技術的負債の夢を見るか?
treby2.6K views
Shinjuku.rb #61 RubyKaigi2018予習 by treby
Shinjuku.rb #61 RubyKaigi2018予習Shinjuku.rb #61 RubyKaigi2018予習
Shinjuku.rb #61 RubyKaigi2018予習
treby642 views
The Art of Collaboration by treby
The Art of CollaborationThe Art of Collaboration
The Art of Collaboration
treby580 views
楽しく学ぶ?API by treby
楽しく学ぶ?API楽しく学ぶ?API
楽しく学ぶ?API
treby1.4K views
VueとdockerとAWSとチームとアイマスと私 by treby
VueとdockerとAWSとチームとアイマスと私VueとdockerとAWSとチームとアイマスと私
VueとdockerとAWSとチームとアイマスと私
treby931 views
アイマスハッカソン2017 by treby
アイマスハッカソン2017アイマスハッカソン2017
アイマスハッカソン2017
treby1K views
Railsフロントエンドの modernizeにおける一事例 ~decaffeinateからES2015移行まで~ by treby
Railsフロントエンドの modernizeにおける一事例 ~decaffeinateからES2015移行まで~Railsフロントエンドの modernizeにおける一事例 ~decaffeinateからES2015移行まで~
Railsフロントエンドの modernizeにおける一事例 ~decaffeinateからES2015移行まで~
treby1.3K views
最近のRailsフロントエンド開発の紹介 by treby
最近のRailsフロントエンド開発の紹介最近のRailsフロントエンド開発の紹介
最近のRailsフロントエンド開発の紹介
treby1.4K views
たたかうFFI by treby
たたかうFFIたたかうFFI
たたかうFFI
treby598 views
mastodon API by treby
mastodon APImastodon API
mastodon API
treby761 views
TH@NK YOU for SMILE!!とミリオンボーダーbot by treby
TH@NK YOU for SMILE!!とミリオンボーダーbotTH@NK YOU for SMILE!!とミリオンボーダーbot
TH@NK YOU for SMILE!!とミリオンボーダーbot
treby821 views
Paperclip by treby
PaperclipPaperclip
Paperclip
treby630 views
このみさんにPRしてもらう by treby
このみさんにPRしてもらうこのみさんにPRしてもらう
このみさんにPRしてもらう
treby1.3K views
reading suture by treby
reading suturereading suture
reading suture
treby891 views
趣味から始めるWebスクレイピング by treby
趣味から始めるWebスクレイピング趣味から始めるWebスクレイピング
趣味から始めるWebスクレイピング
treby2.9K views
Osoji to-ban bot by treby
Osoji to-ban botOsoji to-ban bot
Osoji to-ban bot
treby936 views
Why do I make bots by treby
Why do I make botsWhy do I make bots
Why do I make bots
treby809 views
BELIEVE MY DRE@M!!とミリオンボーダーbot by treby
BELIEVE MY DRE@M!!とミリオンボーダーbotBELIEVE MY DRE@M!!とミリオンボーダーbot
BELIEVE MY DRE@M!!とミリオンボーダーbot
treby4.9K views

Recently uploaded

ChatGPT and AI for Web Developers by
ChatGPT and AI for Web DevelopersChatGPT and AI for Web Developers
ChatGPT and AI for Web DevelopersMaximiliano Firtman
181 views82 slides
Scaling Knowledge Graph Architectures with AI by
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIEnterprise Knowledge
24 views15 slides
Tunable Laser (1).pptx by
Tunable Laser (1).pptxTunable Laser (1).pptx
Tunable Laser (1).pptxHajira Mahmood
23 views37 slides
Microsoft Power Platform.pptx by
Microsoft Power Platform.pptxMicrosoft Power Platform.pptx
Microsoft Power Platform.pptxUni Systems S.M.S.A.
47 views38 slides
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveNetwork Automation Forum
21 views35 slides
Perth MeetUp November 2023 by
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023 Michael Price
15 views44 slides

Recently uploaded(20)

Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Perth MeetUp November 2023 by Michael Price
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023
Michael Price15 views
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma17 views
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! by sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 views
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex9 views
STPI OctaNE CoE Brochure.pdf by madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb12 views
Data-centric AI and the convergence of data and model engineering: opportunit... by Paolo Missier
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
Paolo Missier34 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Five Things You SHOULD Know About Postman by Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman27 views
Business Analyst Series 2023 - Week 3 Session 5 by DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10209 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex19 views
DALI Basics Course 2023 by Ivory Egg
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023
Ivory Egg14 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi120 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf

Vue.js + Vuexチーム開発実践の事例