Socket
Socket
Sign inDemoInstall

generator-webpack-react

Package Overview
Dependencies
572
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-webpack-react

Yeoman generator for using React Redux Router etc. with Webpack


Version published
Maintainers
1
Install size
59.7 MB
Created

Readme

Source

<%= appName %>

这个项目是基于 generator-webpack-react 创建的, generator-webpack-react 最新版本为 <%= pkg.version %>

generator-webpack-react 可以用来快速搭建 react 种子项目,包括实例代码、本地开发、单元测试、打包、压缩、md5 生成等。

<%= appName %> 包含的内容

<%= appName %> 会用最新技术搭建,主要包含

开发与发布

启动服务

npm install -g gulp
npm install
gulp server

打包

会自动生成压缩后的 zip 文件(文件名基于上线格式:YYYYMMDDTHHmm)和 md5,方便部署

gulp build

启动打包后的服务

gulp connect

<%= appName %> 目录结构

  • app 项目主目录,存放项目开发过程中 js 和 css html 等文件
  • docs 帮助文档

Keywords

FAQs

Last updated on 13 Jun 2016

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