mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 15:40:51 +01:00
Version 2.1.0
This commit is contained in:
parent
a9bac2afa6
commit
058397aae0
10
README.md
10
README.md
@ -1,11 +1,11 @@
|
|||||||
# Nitro React
|
# Nitro React v2.1
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- You must have [git](https://git-scm.com/) installed
|
- [Git](https://git-scm.com/)
|
||||||
- You must have [NodeJS](https://nodejs.org/) >= 16.13 installed
|
- [NodeJS](https://nodejs.org/) >= 18
|
||||||
- We recommend you use [Yarn](https://yarnpkg.com/) over [npm](https://npmjs.com/)
|
- If using NodeJS < 18 remove `--openssl-legacy-provider` from the package.json scripts
|
||||||
- `npm i yarn -g`
|
- [Yarn](https://yarnpkg.com/) `npm i yarn -g`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nitro-react",
|
"name": "nitro-react",
|
||||||
"version": "2.0.0",
|
"version": "2.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start",
|
"start": "cross-env SKIP_PREFLIGHT_CHECK=true BROWSER=none IMAGE_INLINE_SIZE_LIMIT=100000 craco --openssl-legacy-provider start",
|
||||||
|
@ -1 +1 @@
|
|||||||
export const GetUIVersion = () => '2.0.0';
|
export const GetUIVersion = () => '2.1.0';
|
||||||
|
Loading…
Reference in New Issue
Block a user