0.3.4 • Published 2 years ago
yumic-ui v0.3.4
React TypeScript template with Vite
This is a React + TypeScript boilerplate built with Vite.
What's inside?
Getting started
Create the project.
npx degit fabien-ml/react-ts-vite-template my-appAccess the project directory.
cd my-appInitialize a git repository.
git initInstall dependencies.
npm installStart 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 lintBuild commands
npm run buildRun the app in production mode at http://localhost:3000.
npm run serveTest 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.