Tổng hợp các component khả dụng
Go to file
joseph le c3caee7995 first commit 2023-11-07 15:31:21 +07:00
.storybook Update template to 7.0 2023-09-18 13:57:30 +00:00
src first commit 2023-11-07 15:31:21 +07:00
test-utils Update template to 7.0 2023-09-18 13:57:30 +00:00
.eslintignore Setup jest 2023-02-04 14:50:58 +04:00
.eslintrc.js Setup eslint and prettier 2023-02-04 14:38:36 +04:00
.gitignore Init template 2022-05-29 16:19:46 +03:00
.prettierrc.js Setup eslint and prettier 2023-02-04 14:38:36 +04:00
README.md Update template to 7.0 2023-09-18 13:57:30 +00:00
index.html Update template to 7.0 2023-09-18 13:57:30 +00:00
jest.config.js Update template to 7.0 2023-09-18 13:57:30 +00:00
jest.setup.js Setup jest 2023-02-04 14:50:58 +04:00
package-lock.json first commit 2023-11-07 15:31:21 +07:00
package.json first commit 2023-11-07 15:31:21 +07:00
postcss.config.js Update template to 7.0 2023-09-18 13:57:30 +00:00
tsconfig.json Update template to 7.0 2023-09-18 13:57:30 +00:00
tsconfig.node.json Init template 2022-05-29 16:19:46 +03:00
vite.config.ts Setup eslint and prettier 2023-02-04 14:38:36 +04:00
yarn.lock first commit 2023-11-07 15:31:21 +07:00

README.md

Mantine Vite template

Features

This template comes with the following features:

npm scripts

Build and dev scripts

  • dev start development server
  • build build production version of the app
  • preview locally preview production build

Testing scripts

  • typecheck checks TypeScript types
  • lint runs ESLint
  • prettier:check checks files with Prettier
  • jest runs jest tests
  • jest:watch starts jest watch
  • test runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook starts storybook dev server
  • storybook:build build production storybook bundle to storybook-static
  • prettier:write formats all files with Prettier