front-ui-parts
v0.0.14
Published
Vue3 + Vite における UI ライブラリ
Downloads
3
Maintainers
Readme
front-ui-parts
Vue3 + Vite における UI ライブラリ
UI Catalog
Install
npm i -S front-ui-parts
[!WARNING] TypeScript v5.0 以上をお使いの方は tsconfig.json の
compilerOptions.resolvePackageJsonExports
を false に設定してください
Developer Guide
npm ci
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:ut
Lint with ESLint / dprint / StyleLint
npm run lint