अपने एक किक बनाना.NECT वेबसाइट एक PWA (हिन्दी (Hindi))

अपने एक किक बनाना.NECT वेबसाइट एक PWA

Comments

NOTE: Apart from English (and even then it's questionable, I'm Scottish). These are machine translated in languages I don't read. If they're terrible please contact me.
You can see how this translation was done in this article.

Friday, 13 September 2024

//

Less than a minute

इस लेख में, मैं आपको दिखाएगा कि आपका अप्रचलित कैसे हो सकता है.

पूर्वपाराईज़

यह वास्तव में बहुत सरल देखने के लिए है http://shatt.com/thsssshtsss. Aptntac.mer/ bashys.

कनेक्शन (n)

नुरू पैकेज संस्थापित करें

dotnet add package WebEssentials.AspNetCore.PWA

अपने कार्यक्रम में.cs जोड़ें:

builder.Services.AddProgressiveWebApp();

फिर कुछ favix बनाएँ जो नीचे के आकार से मेल खाते हैं यहाँ एक औज़ार है जिसे आप उन्हें बनाने के लिए इस्तेमाल कर सकते हैं. ये वास्तव में किसी भी प्रतीक हो सकते हैं (मैंएकमोजी का इस्तेमाल किया)

Save these in your wwrroot folder as android-chrome-192x192.png and android-chrome-512x512.png (in the example below)

तो फिर आप एक स्पष्ट.jon की जरूरत है

{
  "name": "mostlylucid",
  "short_name": "mostlylucid",
  "description": "The web site for mostlylucid limited",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512"
    }
  ],
  "display": "standalone",
  "start_url": "/"
}
logo

©2024 Scott Galloway