Skip to content
#

multiple

Here are 300 public repositories matching this topic...

kbrown
kbrown commented Jun 20, 2018

Please note that webpack-dev-server is presently in a maintenance-only mode and will not be accepting any additional features in the near term. Most new feature requests can be accomplished with Express middleware; please look into using the before and after hooks in the documentation.

For reference https://github.com/webpack/webpack-dev-server

Mostly I created this issue because I want to h

leinov
leinov commented Dec 9, 2018

react多页面应用架构及使用

概览

key value
名称 react-multi-page-app
描述 react多页面应用教授教
开发者 leinov
版本 1.3.0
仓库 github地址

特性

  • 👩‍👩‍👧‍👧 支持多页面同时热加载开发
  • 📇 自动识别新创建页面
  • 📝 每个页面生成个性化信息
  • 🚻 分类打包
  • 🔗 灵活扩展

安装&使用

// install cli

$ npm install rppx-cli -g

// 创建项目
$ rppx init my-react

// 安装依赖包
$ npm install 

// 
jcarpanelli
jcarpanelli commented Jun 4, 2019

Instead of setting a spinner as succeed/fail using the spinners#fail and spinner#succeed methods, it would be great if spinnies could do this automatically when sending a promise as an option:

spinnies.add('spinner-1', { 
  text: 'Doing X..',
  onPromise: {
    promise: someFunction(arg1, arg2), 
    succeed: { 
      text: 'X succeeded',
      color: 'greenBright'
    },
 

Improve this page

Add a description, image, and links to the multiple topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multiple topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.