New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reboots

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reboots

reboots FE solution build on top React React-route Webpack

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

介绍

完整的文档描述请查看 www.reboots.cn/doc/

快速开始

npm install reboots -g 
reboots new project 
cd project 
reboots entry admin
reboots entry doc
npm install 
npm start

打开浏览器访问 http://localhost:8360/adminhttp://localhost:8360/doc。

如果需要使用sass,postcss,less或者stylus

reboots style [name]

reboots特性

Reboots提供项目架构方案,包括 一键添加入口页面,自动生成所有配置,支持登录页,主程序,文档,静态页等异构页面一键打包的需求。

提供三种模式的开发和打包 develop模式,开发支持包括eslint代码检查,保存自动编译刷新,react热替换模式,使用babel 6 支持ES6/7。 hot模式与develop相比没有自动刷新功能,但是会自动热加载页面,这种模式适合于与redux一起使用,适合在调试样式时使用。 production模式,也develop模式相比,更注重性能,使用了一系列优化器如代码压缩。

一键设置支持测试驱动开发。 一键设置支持sass,less或者stylus。 支持redux或者reflux,并生成不同的结构。

持续集成,只是用npm命令一键打包(没有使用bower或者grunt),提供代码分析和改进建议。

路由方案:一键配置并生成目录结构。

管理系统路由方案,集成权限验证,菜单生成,代码分块灵活配置。

文档系统路由方案,自动生成目录结构(TOC),

Keywords

FAQs

Package last updated on 08 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc