Coder Social home page Coder Social logo

next-dev-team / umijs-next-dashboard-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 328 KB

React Js Typescript, Antd design boilerplate

Home Page: https://umijs-next-dashboard-boilerplate.netlify.app/user/login

JavaScript 48.59% TypeScript 41.55% Less 8.33% EJS 1.45% Standard ML 0.03% Shell 0.06%
ant-design admin-dashboard typescript react umijs antd-design-pro antd

umijs-next-dashboard-boilerplate's Introduction

Online Demo

Demo linke here

username: admin
pass: admin

Note: Our API using NestJs with mongoDb with heroku server free so the first time it will be abit slow loading due to heroku might be sleep for the first request.

Online dev environment

use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Local Environment Prepare

Install node_modules:

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn build

Check code style

yarn lint

You can also use script to auto fix some lint error:

yarn lint:fix

Test code

yarn test

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

More

You can view full document on our official website. And welcome any feedback in our github.

umijs-next-dashboard-boilerplate's People

Contributors

rimsila avatar

Stargazers

 avatar  avatar  avatar

umijs-next-dashboard-boilerplate's Issues

intergrade with generator-tool

  • I will intergrade generator-tool with UI tool just click and put it path it will generate in our scaffold like crud table , page , store.....

implement GraphQl with codegen + GrahpQl Devtool+ google extension

flow: user just copy graphQl from DevTool+ google extension then past to .gql in src/.... it will watch and generate hook, type... without writing manually.

  • setup codegen with apollo graph + devtool
    - install all dependency
    - set up client Apollo provider+ devtool config
    - install google extension
  • write script in pakage.json to watch or generate

optimize bundle size and speed

-[ ] splitChunks strategy

  • Reduce patch size by remove browser target

  • Configure externals: For some large-scale dependencies, such as chart libraries, antd, etc., you can try to import related umd files through the configuration of externals to reduce compilation consumption.

  • Adjust SourceMap generation method

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.