KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
ailemente
★ 45
Open GitHub ↗
vite+ts的组件库演示代码,element音译 ailemente
Download README (.md)
Explore Similar Repositories
mainframe-data-utilities
:
Python scripts to convert and unpack mainframe EBCDIC data on the cloud or any ASCII environment.
geography-aware-ssl
:
Official Repository for ICCV 2021 Paper Titled as "Geography-Aware Self-Supervised Learning"
sale-promotion
:
No description available.
SMU_pytorch
:
A Pytorch implementation of SMU: SMOOTH ACTIVATION FUNCTION FOR DEEP NETWORKS USING SMOOTHING MAXIMUM TECHNIQUE
KMrite
:
writing into android application lib.so with offset & hex bytes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ailemente
?
Download (.md)
# Vue 3 + Typescript + Vite ## husky ``` npx husky install npx husky add .husky/commit-msg "node scripts/verifyCommit.js" ``` ## eslint ``` npm install -D eslint typescript npm install -D eslint-plugin-vue @vue/eslint-config-typescript npm install -D @typescript-eslint/parser @typescript-eslint/eslint-plugin npx husky add .husky/pre-commit "npm run lint" ``` @todo lint-staged 只校验暂存区 @todo pettier配合eslint优化代码格式,这里忽略 ``` npm install -D prettier eslint-plugin-prettier @vue/eslint-config-prettier ``` ## unit test https://github.com/vuejs/vue-test-utils-next jest27有点小问题,手动安装版本26 ``` npm install -D jest@26 vue-jest@next @vue/test-utils@next npm install -D babel-jest@26 @babel/core @babel/preset-env npm install -D ts-jest@26 @babel/preset-typescript @types/jest ```