Skip to content
#

scaffold

Here are 651 public repositories matching this topic...

mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

Eli-TW
Eli-TW commented Nov 27, 2019

[docs] Using the phrase "The Drupal CLI" is misleading

Problem/Motivation

The language "The Drupal CLI" is misleading. It implies that this it the only Drupal CLI, or is in some ways more official than other Drupal command line tools. This is present in the repo configuration and the readme, possibly in other places too.

Details to include:

  • Why are we doing this? Above all, a
vrom911
vrom911 commented Apr 10, 2020

I imagine the new description in the generated project to look like this:

synopsis:            User description
description:         User description
                     See [README.md](https://github.com/user/repo#repo) for more details.

It could benefit in several ways:

  • No Hackage warning about description fields should be longer that synopsis.
  • Link to the e
renoirb
renoirb commented Apr 19, 2018

Or rather some more notes about how to make Koa/Nuxt collaborate outside of using an HTTP axios request.

I see we can use ctx.session and use have it passed back when we do this.$axios from a page asyncData/fetch method.

But mostly this is about hinting and/or leaving notes to show how one thing is done (or called) in this stack

  • "Flash" messages... to client side from a Koa route
  • Ho
OmgImAlexis
OmgImAlexis commented Sep 13, 2017
diff --git a/.babelrc b/.babelrc
index cb80719..8402d34 100644
--- a/.babelrc
+++ b/.babelrc
@@ -8,5 +8,8 @@
       "debug": false
     }]
   ],
-  "ignore": ["node_modules"]
+  "ignore": ["node_modules"],
+  "plugins": [
+      ["transform-runtime", {"polyfill": false}]
+  ]
 }
diff --git a/package.json b/package.json
index 33469fd..646f41d 100644
--- a/pack
jonschlinkert
jonschlinkert commented Jul 1, 2016

We should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.

SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an

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 

// 

Improve this page

Add a description, image, and links to the scaffold 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 scaffold topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.