Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Let us learn about UmiJS
Nitin Reddy
Nitin Reddy

Posted on

     

Let us learn about UmiJS

What isUmiJS 💡

  • It leverages the idealogy of React, NextJS and TypeScript.
  • It is a utility framework that can be used to build enterprise-level applications.
  • Built by Ant Group, the subsidiary of Alibaba.
  • It has an in-built routing mechanism that supports configuration and conventional routing.
  • Supports micro-frontend, component packaging, documentation tools, request library, hooks library, data flow etc.

Setup the project

Prerequisites

  • node ≥ 10.13.0
  • yarn package

Create an empty project

$ mkdir myapp && cd myapp

Create a umi project

$ yarn create @umijs/umi-app
mkdir

Install dependencies

$ yarn
dependencyinstall

Start the project

$ yarn start
startapp

Check the application running

startup

Folder structure

  • .umi folder contains the umi plugins that would be used across the development of the application.
  • pages folder contains the files that would be rendered in the UI. The name of the file name is the route name for the file as well.folderstructure

Conclusion 📗

More details are incoming around UmiJS...

Thanks in advance for reading this article...🚀

I am more than happy to connect with you on

You can also find me on

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Seasoned JavaScript Developer who loves to explore other programming languages like Python. A problem solver, tech lover by heart. Loves reading booking, and cooking. 🤩🚀🔬
  • Location
    Pune, India
  • Education
    CS Graduate
  • Work
    Senior Software Engineer at IglooInsure
  • Joined

More fromNitin Reddy

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp