boilerplate
Here are 7,194 public repositories matching this topic...
🧐 问题描述
[问题]如何修改区块获取的资源路径,想使用公司自己的github?哪里有相关介绍吗?
目前指向:https://gitee.com/ant-design/ant-design-blocks/
🚑 其他信息
First, I am not sure how to exactly add Material UI support.
I added by doing this in client.js
<App context={context} insertCss={insertCss}>
<MuiThemeProvider>
<CssBaseline />
{route.component}
</MuiThemeProvider>
</App>
Please tell whats the right way to integrate material UI.
Material UI applies styles well when server starts. But at
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
Problem
The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.
Proposed Solution
The project should switch to using the official [Redux
I set
{
test: /\.svg$/,
loader: 'svg-sprite-loader',
include: [resolve('./src/renderer/icons')],
exclude: [resolve('./src/renderer/icons')],
options: {
symbolId: 'icon-[name]'
}
},
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: 'url-loader',
exclude: [resolve('./src/renderer/ic
ERROR:
12-03 13:42:38.396 18257-18276/? E/ReactNativeJS: TypeError: undefined is not an object (evaluating 'console.tron.log')
12-03 13:42:38.436 18257-18277/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
Process: com.myapp, PID: 18257
com.facebook.react.common.JavascriptException: TypeError: undefined is not an object (evaluating 'console.tron.log'), stack:
<unknown
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
Is your feature request related to a problem? Please describe.
The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.
**Describe the solutio
Organize imports
I saw that there is an extension for eslint to automatically organize imports, allowing them to be more readable, It should be nice to have some in this project.
// 3rd party packages
import Vue from 'vue'
// Stores
import Store from '@Store'
// reusable components
import Button from '@components/Button'
// utility functions
import { add, subtract } from '@utils/calculate'
This stackoverflow post outlines a different method of using namedParameters than the readme and seems to be correct. Readme could be updated to match.
https://stackoverflow.com/questions/6212219/passing-parameters-to-a-bash-function
:package: Android Parcelables made easy through code generation.
-
Updated
Jan 12, 2020 - Java
An android boilerplate project using clean architecture
-
Updated
Jan 18, 2020 - Kotlin
I'm getting a new handy error from mypy:
src/ims/application/_main.py:74:2: error: cmp is deprecated, use eq and order [misc]In order to make sure I'm using those correctly, I went to attrs.org and looked for some documentation on these new options, but I see no mention of either of the eq or order options, except for some mentions of eq in the section on hashing
:rocket: A React Native + React (web) & Firebase (optional) boilerplate app to get you up and running very, very quickly :rocket:
-
Updated
Jan 17, 2020 - JavaScript
To show the tab to the user, tab requires 'show' class to actually show, otherwise it stays hidden.
That doesn't happen on the page load on the first tab, so the first tab will be visible only after you click on the other one and then back on the first, when it finally gets the 'show' class.
You can see it on the modularcode page at "Pill tabs" section.
https://modularcode.io/modular-admin-
File to edit migrations/201612010000_initial.js
References
https://www.postgresql.org/docs/current/static/datatype-json.html#JSON-INDEXING
http://knexjs.org/#Schema-index
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/iss
The features section in the docs states that nodemon is available in the project, when it's clearly not. It's not added as a dependency or as a command in the project. Maybe remove this from the docs or actually add nodemon?
@diegohaz - i noticed a couple of minor spelling errors on the main site:
Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow
Should be typical, and recommended.
Just an FYI.
Thanks!
Despite of a great a project, it difficult to flow through the project source code. It would be great if a system architecture or a workflow diagram could be provide to acknowledge the re-usability of this project.
I can't figure out how you'd write test cases for this.
Would it be possible to provide a snippet of what that looks like?
:construction: Project moved, see Aqua and Frame
-
Updated
Dec 27, 2019 - JavaScript
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
-
Updated
Jan 17, 2020 - Python
Right now we use Sequelize v3, the migration to the new version is not hard to achieve: http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html
--
Update: I'll hold it until Sequelize CLI updates to generate classes on model:create command, or at least until it [stop generating the models using classMethod](https://github.com/sequelize/cli/pull/
At the bottom of server.js, there are some paths like manifest.html, manifest.appcache, etc that don't resolve. Perhaps they were constructs from older version of next.js? I am totally new to what they might be so if those are there for a reason could you comment why/what we should be doing to benefit from them?
server.get('/sw.js', (req, res) => app.serveStatic(req, res, path.resolve('./.
⚡️🎨 A starting point for crafting living style guides.
-
Updated
Jan 7, 2020 - HTML
A starter kit for universal react applications.
-
Updated
Jan 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the boilerplate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boilerplate topic, visit your repo's landing page and select "manage topics."
We have some documentation about using IBM Watson: https://github.com/sahat/hackathon-starter#ibm-watson
It would be great if we have one or more working API examples using Watson or ML/AI APIs that are provided by other companies such as Microsoft or AWS.