0.0.14 • Published 1 year ago
front-ui-parts v0.0.14
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 ciCompile and Hot-Reload for Development
npm run devType-Check, Compile and Minify for Production
npm run buildRun Unit Tests with Vitest
npm run test:utLint with ESLint / dprint / StyleLint
npm run lint