Project-WebCube

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 慕凌龙
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Project WebCube (monorepo)

Continuously updated JS infrastructure for modern web dev

NOTE: This repo itself is also a template or starter for Universal JS monorepo

Packages

  • webcube - Continuously updated JS infrastructure for modern Universal JS web app/site and static web.
    • eslint-config-webcube - A sharable ESLint presets which integrates Prettier and explicitly configures all-available rules (guaranteed by scripts) from ESLint core and commonly used plugins.
  • nodecube - Continuously updated JS infrastructure for Node.js microservice or API gateway service.
  • redux-cube - App state manager. A set of wrappers which simplify the use of Redux and its whole ecosystem, reduce boilerplate, and provide many features (Sub App, Reducer Bundle, ...)
  • redux-source - Using GraphQL schema and query language to access any data source (eg. RESTful APIs) and automatically generate reducers, actions and normalized state
  • react-with-scripts - Add third party script tags, JS SDK and tracking code without modifying any HTML code
  • react-common-kit - Wrappers for some common used react components and utilities
  • hifetch - A minimal higher-level wrapper around Fetch API

Starters

Examples (in monorepo)

 相关资料
  • fis. project fis 项目相关 Source: project.js, line 6 Members (static) getSourceByPatterns 返回项目目录下符合检索规则的文件。以 project.files 为匹配规则,project.ignore 为排除规则进行检索 Source: project.js, line 50 Methods (static) curre

  • SRS团队致力于和开源社区一起打造最牛逼的流媒体分发平台,我们很自豪能投入到SRS的开发、发布、衍生新的开源项目。 让我们一起在流媒体领域从装逼到牛逼吧~

  • Project Settings You can set various application configuration parameters using a platform-agnostic configuration file, config.xml. This file is based on the W3C Packaged Web Apps (Widgets) specificat

  • Apart from various contributions, WinSCP is mostly a one-man project. The man is me, Martin Prikryl. The following is a list of project milestones. See also version history. I started the first work o

  • AngularJS基于模型视图控制器,而Angular 2基于组件结构。 Angular 4与Angular2的结构相同,但与Angular2相比更快。 Angular4使用TypeScript 2.2版本,而Angular 2使用TypeScript版本1.8。 这给性能带来了很多不同。 为了安装Angular 4,Angular团队提出了Angular CLI,简化了安装。 您需要运行一些命令

  • Spring Boot CLI可用于创建一个新项目,使用init命令将maven作为默认构建工具。 Maven将使用https://start.spring.io服务。 在下面的示例中,我们将使用百日咳创建一个Web应用程序。 转到E:\Test文件夹并键入以下命令 - E:/Test> spring init --dependencies = web,thymeleaf MavenApplica