npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-jimubuild

v0.1.0

Published

积木快速搭建 React+Redux+ReactRouter+fetch+JIMU+bridge 脚手架

Downloads

4

Readme

generator-jimubuild NPM version Build Status Dependency Status Coverage percentage

积木快速搭建 React+Redux+ReactRouter+fetch+JIMU+bridge 脚手架

安装方法

使用npm npm 安装Yeoman Yeoman 与 generator-jimubuild

npm install -g yo
npm install -g generator-jimubuild

进入自己的开发目录,执行命令

yo jimubuild

根据提示输入对应的参数,例如

请输入项目名称:x-project
? 请输入项目版本: 1.0.0
? 请输入项目简介: X项目滴滴出行测试版
? 请输入程序入口 (默认:index.js): index.js
? 请输入项目作者: JIMU
? 请选择项目协议: MIT
? 请选择项目路由类型: hashHistory
? 请输入访问路径 (默认:/): /
? 请输入后端接口路径(默认://common.es.xiaojukeji.com/): //common.es.xiaojukeji.com/

运行网站

安装完成后执行命令

npm start

根据提示使用浏览器访问 http://localhost:3000/?&debug=true

生产环境编译

代码开发完成后执行命令

npm run build

代码检查

代码检查依赖于eslint,您可以自由的根据eslint的要求修改对应的检查配置 执行下列命令将会检查src目录下的所有文件

npm run lint

支持的功能

  • React
  • React-Router
  • Redux
  • fetch
  • fetch-jsonp(fetch jsonp的实现)
  • less
  • jimu-bridge(企业app-hybrid-jsBridge)
  • jimu-mobile(移动端组件库)
  • 增强性代码压缩(uglifyPlugin)
  • 多线程加速构建(Happypack)
  • 可视化项目构成(webpack visualizer)

License

MIT © JIMU