Socket
Socket
Sign inDemoInstall

fast-react-cli

Package Overview
Dependencies
40
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fast-react-cli

Blazing fast, zero configuration react application bundler.


Version published
Maintainers
1
Created

Readme

Source

fast-react-cli

Fast-react-app project building tool.

Installation

npm install fast-react-cli -g

initialization

fast-react-cli init <projectName>

View version

fast-react-cli -v

fastReactApp

Description

Blazing fast, zero configuration react application bundler.

Installation
npm install
Instructions
  1. Compiles and hot-reloads for development
npm run serve
  1. Compiles and minifies for production
npm run build
Attention

If you need to introduce pictures, you may need to look at the following points.

Using the Parcel transformer @parcel/transformer-image you can resize, change the format and quality of an image.

To do these image transformations we rely on the image transformation library Sharp, Therefore, you need to import several specific files into aspecific folder under the NPM cache path.

  1. Get files

Open web address:

https://github.com/lovell/sharp-libvips/

Find two files that match your computer environment.They are the following two files,xxx represents the computer environment.

libvips-8.9.0-xxx.tar.gz
libvips-8.10.5-xxx.tar.br

darwin-x64 in Mac OS environment.

win32-x64 in Windows environment.

  1. Find folder

Type the following command to get the NPM cache path.

npm config get cache

After obtaining the path, under this path.Found _libvips this folder.Put the two files mentioned above into this folder and restart the installation command.

Contribution
  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Keywords

FAQs

Last updated on 21 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc