You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is the code repository for *Advanced Nuxt.js Web Development*, coming soon
6
6
7
7
## Course Overview
8
8
9
-
This repository is the successor of [*Hands-on Nuxt.js Web Development*](https://github.com/PacktPublishing/Hands-on-Nuxt.js-Web-Development), which you can purchase the book from [packtpub.com](https://www.packtpub.com/product/hands-on-nuxtjs-web-development/9781789952698). If you have owned the book already, which is based on Nuxt.js 2, and would like to upgrade to Nuxt.js 3 and update the old NPM packages, frameworks, and tools, please use this repository to do so. However, bear in mind that the following dependencies and skills that are covered in *Hands-on Nuxt.js Web Development* are not included in this repository and course:
9
+
This repository is the successor of [*Hands-on Nuxt.js Web Development*](https://github.com/PacktPublishing/Hands-on-Nuxt.js-Web-Development). You can purchase the book of *Hands-on Nuxt.js Web Development* from [packtpub.com](https://www.packtpub.com/product/hands-on-nuxtjs-web-development/9781789952698). If you have owned the book already, which is based on Nuxt.js 2, and would like to upgrade to Nuxt.js 3 and update the old NPM packages, frameworks, and tools, please use this repository to do so. However, bear in mind that the following dependencies and skills that are covered in *Hands-on Nuxt.js Web Development* are not included in this repository and course:
10
10
11
11
* Webpack
12
12
* Backpack
@@ -30,7 +30,7 @@ This repository is the successor of [*Hands-on Nuxt.js Web Development*](https:/
Testing in Nuxt.js 3 is still in development. The APIs and behaviors for testing your Nuxt.js applications may change in the near future. So testing will not be included in this course. For more info about testing in Nuxt.js 3, please check it out at [https://nuxt.com/docs/getting-started/testing](https://nuxt.com/docs/getting-started/testing). However, the following NPM packages, frameworks, tools, and skills are included and used tightly in this course (items marked with * are not covered in *Hands-on Nuxt.js Web Development*):
33
+
Testing in Nuxt.js 3 is still in development. The APIs and behaviors for testing your Nuxt.js applications may change in the near future. So testing will not be included in this course. For more info about testing in Nuxt.js 3, please check it out at [https://nuxt.com/docs/getting-started/testing](https://nuxt.com/docs/getting-started/testing). However, the following NPM packages, frameworks, and tools are included and used tightly in this course (items marked with * are not covered in *Hands-on Nuxt.js Web Development*):
34
34
35
35
* Vite*
36
36
* Nitro*
@@ -95,7 +95,7 @@ If you are also interested in the preceding general knowledge and skills for Nux
95
95
96
96
* Create responsive layouts with Windi CSS and Less
97
97
98
-
* Handle static and dynamic assets
98
+
* Handle static and dynamic assets using composables
99
99
100
100
* Create a data-persistent shopping cart system with Pinia
101
101
@@ -105,7 +105,7 @@ If you are also interested in the preceding general knowledge and skills for Nux
105
105
106
106
* Create real-time Nuxt.js applications with Socket.IO, RethinkDB, and h3
0 commit comments