Add Nuxt.js Cheatsheet (#6053)

* Add Nuxt.js Cheatsheet

* Sort nuxt.js cheatsheet alphabetically

Co-authored-by: Andrey <>
This commit is contained in:
Andrey 2021-10-08 17:09:14 +02:00 committed by GitHub
parent 7347892218
commit 5f98374858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* [Java](#java)
* [JavaScript](#javascript)
* [jQuery](#jquery)
* [Nuxt.js](#nuxtjs)
* [React.js](#reactjs)
* [Vue.js](#vuejs)
* [Kubernetes](#kubernetes)
@ -117,6 +118,11 @@
* [jQuery CheatSheet](https://htmlcheatsheet.com/jquery/) (HTML)
#### Nuxt.js
* [Nuxt.js Essentials Cheatsheet](https://www.vuemastery.com/pdf/Nuxtjs-Cheat-Sheet.pdf) - Vue Mastery (PDF)
#### React.js
* [React Cheatsheet](https://www.codecademy.com/learn/react-101/modules/react-101-jsx-u/cheatsheet) - Codecademy (HTML)