feat: add Nuxt.js ()

* Add Nuxt.js

* fix HTML pattern

* fix json

* fix script regex

* Add icon

* Remove unncecessary capture groups

* add window nuxt check

* fix slash
main
Alexander Lichter 6 years ago committed by Elbert Alias
parent d62e99e1de
commit ebb5dfbd8f

@ -10636,6 +10636,24 @@
],
"website": "http://vuejs.org"
},
"Nuxt.js": {
"cats": [
12
],
"html": [
"<div [^>]*id=\"__nuxt\"",
"<script [^>]*>window\\.__NUXT__"
],
"icon": "Nuxt.js.png",
"js": {
"$nuxt": ""
},
"script": [
"/_nuxt/"
],
"implies": "Vue.js",
"website": "https://nuxtjs.org"
},
"W3 Total Cache": {
"cats": [
23

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB