New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

new-react-app2

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

new-react-app2

->>>>>tiger fed cli

latest
Source
npmnpm
Version
1.2.4
Version published
Maintainers
1
Created
Source

tiger-new

快速生成一个标准开发项目的CLI。(本项目自facebook官方出品的 create-react-app 修改而来)

  • CLI-QA形式初始化配置项目
  • 生成的项目支持webpack + es6 开发环境
  • 也支持jsx语法,所以也同时可以用来开发react应用
  • 不仅支持SPA,也支持多页面项目开发
  • 多页面应用支持模板分离
  • 打包构建支持抽取打包公共组件、库、样式
  • 支持scss、less
  • 支持eslint语法检查

更多特性及使用细节请安装后创建项目查看

screenshot

安装

$ npm install tiger-new -g

使用

$ tiger-new <项目名|路径>

例如:

$ tiger-new my-new-project
$ cd my-new-project/
$ npm start

FAQs

Package last updated on 05 Jun 2017

Did you know?

Socket

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