mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-22 22:30:52 +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
|
||||
|
||||
- You must have [git](https://git-scm.com/) installed
|
||||
- You must have [NodeJS](https://nodejs.org/) >= 16.13 installed
|
||||
- We recommend you use [Yarn](https://yarnpkg.com/) over [npm](https://npmjs.com/)
|
||||
- `npm i yarn -g`
|
||||
- [Git](https://git-scm.com/)
|
||||
- [NodeJS](https://nodejs.org/) >= 18
|
||||
- If using NodeJS < 18 remove `--openssl-legacy-provider` from the package.json scripts
|
||||
- [Yarn](https://yarnpkg.com/) `npm i yarn -g`
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nitro-react",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"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