Chapters
44 Chapters
|
4:19:56
|
Login to bookmark this video
-
Course Code
Subscribe to download the code!
Subscribe to download the code!
-
This Video
Subscribe to download the video!
Subscribe to download the video!
-
Subtitles
Subscribe to download the subtitles!
Subscribe to download the subtitles!
-
Course Script
Subscribe to download the script!
Subscribe to download the script!
02.
Page 2: Product Show Page
Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
Subscribe to jump to this part in the video!
This course is also built to work with Vue 3!
What JavaScript libraries does this tutorial use?
// package.json
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", // 5.15.1
"@symfony/webpack-encore": "^0.30.0", // 0.30.2
"axios": "^0.19.2", // 0.19.2
"bootstrap": "^4.4.1", // 4.5.3
"core-js": "^3.0.0", // 3.6.5
"eslint": "^6.7.2", // 6.8.0
"eslint-config-airbnb-base": "^14.0.0", // 14.2.0
"eslint-plugin-import": "^2.19.1", // 2.22.1
"eslint-plugin-vue": "^6.0.1", // 6.2.2
"regenerator-runtime": "^0.13.2", // 0.13.7
"sass": "^1.29.0", // 1.29.0
"sass-loader": "^8.0.0", // 8.0.2
"vue": "^2.6.11", // 2.6.12
"vue-loader": "^15.9.1", // 15.9.4
"vue-template-compiler": "^2.6.11", // 2.6.12
"webpack-notifier": "^1.6.0" // 1.8.0
}
}
3 Comments
Woohoo! Too impatient, I'm starting the course even though it's not fully published yet.
I have a question though (which is not necessarily directly related to this course). I installed Webpack Encore on a Symfony 5.2 today and noticed a JS controller for a stimulus bridge.
Would you keep that in the context of an SPA using a framework like Vue?
Enough talking! Time to learn and code!
Cheers!
Hey julien_bonnier!
Welcome to the course! It'll be finished *super* soon :).
> I installed Webpack Encore on a Symfony 5.2 today and noticed a JS controller for a stimulus bridge.
> Would you keep that in the context of an SPA using a framework like Vue?
If you have a true SPA, then you won't need Stimulus. It's for server-generated HTML, of which you would have none for an SPA. If you were using Vue *within* a traditional app (like we do in this course), then I would actually use a stimulus controller to "boot up" Vue. That's... not really that important - but I'll talk about it soon in a course about Stimulus.
Have fun!
Got it, thanks for your reply!
"Houston: no signs of life"
Start the conversation!