@nativescript/vite 1.0.6-next.1 → 1.0.6-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +25 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,28 @@
1
- # @nativescript/vite
2
-
3
- Vite bundler integration for NativeScript apps. Provides a minimal setup for fast dev and build.
1
+ <p align="center">
2
+ <a href="https://nativescript.org">
3
+ <img alt="NativeScript" src="https://raw.githubusercontent.com/NativeScript/artwork/main/logo/export/NativeScript_Logo_Dark_Transparent.png" width="100"/>
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">@nativescript/vite</h1>
8
+
9
+ <p align="center">
10
+ <b>Vite integration for NativeScript apps.</b>
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://www.npmjs.com/package/@nativescript/vite"><img src="https://img.shields.io/npm/v/@nativescript/vite.svg" alt="npm version"></a>
15
+ <a href="https://github.com/NativeScript/NativeScript/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"></a>
16
+ </p>
17
+
18
+ <p align="center">
19
+ <a href="https://docs.nativescript.org/configuration/vite">Documentation</a> ·
20
+ <a href="https://docs.nativescript.org/setup/">Environment Setup</a> ·
21
+ <a href="https://github.com/NativeScript/NativeScript/blob/main/tools/notes/CONTRIBUTING.md">Contribute</a> ·
22
+ <a href="https://nativescript.org/discord">Community</a>
23
+ </p>
24
+
25
+ ---
4
26
 
5
27
  ## Prerequisites
6
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript/vite",
3
- "version": "1.0.6-next.1",
3
+ "version": "1.0.6-next.3",
4
4
  "description": "Vite for NativeScript",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",