xiaohuoni / umisse

Opinionated Umi@4 + Antd@5 Starter Template

Home Page:http://umisse.alitajs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UMISSE

Umisse is an opinionated Umi@4 + Antd@5 starter template made by @xiaohuoni for mocking apps swiftly. With file-based routing, markdown support, I18n ...

Live Demo

Features

TODO

Pre-packed

TODO

UI Frameworks

  • Antd - An enterprise-class UI design language and React UI library.

Icons

Plugins

TODO

Coding Style

TODO

Dev tools

Try it now!

Umisse requires Node >=14

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit xiaohuoni/umisse my-umi-app
cd my-umi-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Checklist

When you use this template, try follow the checklist to update your info properly

  • TODO

And, enjoy :)

Usage

Development

Just run and visit http://localhost:8000

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

TODO

Acknoledgements

This repo is inspired by antfu/vitesse - 🏕 Opinionated Vite + Vue Starter Template

About

Opinionated Umi@4 + Antd@5 Starter Template

http://umisse.alitajs.com/


Languages

Language:TypeScript 57.2%Language:CSS 41.6%Language:Dockerfile 1.2%