@ipa-community/vue-component-library
v0.0.3
Published
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Readme
vite7 + vitest + i18n + prettier + eslint + unplugin... + husky
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.
- unplugin-vue-component
- unplugin-auto-import
- unplugin-icon
- unplugin-vue-router
- vue-i18n
- vueuse
- lodash-es
- commitlint
- prettier
- eslint
- vitest
- simple-git-hooks
- husky
- release-it
branch
branch mainis the common branchbranch feat/main/element-plus=branch main+element-plus ui frameworkbranch feat/main/naive-ui=branch main+naive ui framework
tips
import { createApp } from "@/shared";
usage
- install dependencies
bun i- run dev server
bun run dev- build library
bun run build:lib- build the total project
bun run buildor
bun run build:hash- run test
bun run test- lint and format code
bun run lint
bun run format- release library
bun run releaseor test release
bun run release --dry-run