Skip to content
#

admin-template

Here are 270 public repositories matching this topic...

mystorp
mystorp commented Jul 31, 2019

使用 Mock mock 数据的时候,需要硬编码数据到代码里面

使用 easy-mock 需要外网访问

使用 http-mock-middleware 仅仅需要新增如下 devServer.after 的配置项,就可以很方便的管理假数据,也方便开发者任意的修改假数据,而不需要提交:

const httpMockMiddleware = require("hm-middleware");

module.exports = {
    devServer: {
        after: function(app, server){
            app.use(httpMockMiddleware({
      
MarkRadaba
MarkRadaba commented May 29, 2019

Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon

followyouhome
followyouhome commented Feb 13, 2020

Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • Do you want to request a feature or report a bug?

Minor bug

imhashir
imhashir commented Apr 14, 2020

The final build is too large. I checked the build folder and looks like it's not optimizing the bundle. The build/static/media contains all flags SVGs. And I haven't used a single flag SVG in my project.

Folder sizes:

  • build/static/css - 905 KB
  • build/static/js - 14 MB
  • build/static/media - 7.8 MB

I can delete the media folder straight away and still get my app running successf

Improve this page

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

Learn more

You can’t perform that action at this time.