From 9cfb6bdf5be26fac453bd8d21e91ff90caebce91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Thu, 23 Feb 2023 09:59:10 +0800 Subject: [PATCH] docs: upate --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 26ad6e5..4735533 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,13 @@

-
-

Nuxt Electron

-
-

- Integrate Nuxt and Electron -

-

- - - - - - - -

+# Nuxt Electron -
+[![npm version][npm-version-src]][npm-version-href] +[![npm downloads][npm-downloads-src]][npm-downloads-href] +[![License][license-src]][license-href] + +> Integrate Nuxt and Electron ## Features @@ -115,3 +105,13 @@ Let's use the official [nuxt-starter-v3](https://codeload.github.com/nuxt/starte ## Notes By default, we force the App to run in SPA mode since we don't need SSR for desktop apps + + +[npm-version-src]: https://img.shields.io/npm/v/nuxt-electron/latest.svg?style=flat&colorA=18181B&colorB=28CF8D +[npm-version-href]: https://npmjs.com/package/nuxt-electron + +[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-electron.svg?style=flat&colorA=18181B&colorB=28CF8D +[npm-downloads-href]: https://npmjs.com/package/nuxt-electron + +[license-src]: https://img.shields.io/npm/l/nuxt-electron.svg?style=flat&colorA=18181B&colorB=28CF8D +[license-href]: https://npmjs.com/package/nuxt-electron