0.3.4 • Published 2 months ago

yumic-ui v0.3.4

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

React TypeScript template with Vite

This is a React + TypeScript boilerplate built with Vite.

What's inside?

Getting started

  1. Create the project.

    npx degit fabien-ml/react-ts-vite-template my-app
  2. Access the project directory.

    cd my-app
  3. Initialize a git repository.

    git init
  4. Install dependencies.

    npm install
  5. Start dev server with hot reload at http://localhost:3000.

    npm run dev

Recommended VS Code extensions

Other commands

组件库,包含的有按钮组件,icon组件,input组件,多级菜单组件(自动生成菜单id),autoComplete组件

Lint commands

npm run lint

Build commands

npm run build

Run the app in production mode at http://localhost:3000.

npm run serve

Test commands

  • Run unit tests and watch
    npm run test:unit
  • Run unit tests with coverage
    npm run test:unit:coverage
  • Run e2e tests
    npm run test:e2e

License

This project is licensed under the MIT License.

0.3.2

2 months ago

0.3.1

2 months ago

0.3.4

2 months ago

0.3.3

2 months ago

0.3.0

6 months ago