/learn-ui

The project for learn new stuff

Primary LanguageTypeScript

learn-ui

English | 简体中文

Quick start

Install dependencies

pnpm install

Develop project

pnpm dev

Create a Component

pnpm new

Create a functional Component which name is Button👇

pnpm new Button -- -f

Build and Run

Build

pnpm build

Bypass all pre-check before building👇

pnpm build -- -n

Run project in production env

pnpm start

More powerful customizations is in omni.config.js