@ipa-community/element-plus
v0.0.31
Published
based on [vue-component-library](https://github.com/ipa-community/vue-component-library)
Readme
@ipa-community/element-plus
based on vue-component-library
- 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-runTODO
- [ ] decrease package size
