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

generator-lennon-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-lennon-react

Yeoman generator lennon react

latest
Source
npmnpm
Version
1.0.11
Version published
Maintainers
1
Created
Source

wab-generator

Yeoman 简单易用的web脚手架

What is yeoman?

yeoman是当前比较流行的前端脚手架的工具,良好的集成了gulp,grunt等插件,在使用安装yeoman前确保已安装了npm(这里就不介绍了).安装完了node后输入:

npm install -g yo
yo -v

项目依赖bower,如果没有安装请输入:

npm install -g bower

显示出了版本号则安装成功了

Yeoman Generators

安装generator,也是用npm安装输入:

npm install -g generator-lennon-react

安装成功后就可以使用了,直接命令行输入:

yo Lennon-react

使用:

  • Run gulp serve 打开预览和监视更
  • Run bower install --save <package> 去安装你需要的依赖
  • Run gulp 打包你的项目

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 03 Jun 2015

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