Açıklama Yok

zhb f65cbb81ce 改版 7 ay önce
.vscode 69ed869455 test 7 ay önce
public 69ed869455 test 7 ay önce
src 69ed869455 test 7 ay önce
.browserslistrc 43fb06bad2 init 1 yıl önce
.editorconfig 43fb06bad2 init 1 yıl önce
.env.development 43fb06bad2 init 1 yıl önce
.env.production 43fb06bad2 init 1 yıl önce
.env.staging 43fb06bad2 init 1 yıl önce
.env.test 43fb06bad2 init 1 yıl önce
.eslintrc-auto-import.json 69ed869455 test 7 ay önce
.gitattributes 43fb06bad2 init 1 yıl önce
.gitignore 69ed869455 test 7 ay önce
.npmrc 43fb06bad2 init 1 yıl önce
.prettierignore 43fb06bad2 init 1 yıl önce
.prettierrc 43fb06bad2 init 1 yıl önce
.stylelintignore 43fb06bad2 init 1 yıl önce
.stylelintrc.json 69ed869455 test 7 ay önce
LICENSE 43fb06bad2 init 1 yıl önce
README.md 69ed869455 test 7 ay önce
delete-ts.sh 43fb06bad2 init 1 yıl önce
eslint.config.ts 69ed869455 test 7 ay önce
index.html 69ed869455 test 7 ay önce
package.json f65cbb81ce 改版 7 ay önce
simple-git-hooks.sh 43fb06bad2 init 1 yıl önce
stylelint.config.cjs f65cbb81ce 改版 7 ay önce
tsconfig.json 43fb06bad2 init 1 yıl önce
uno.css 43fb06bad2 init 1 yıl önce
unocss.config.ts 43fb06bad2 init 1 yıl önce
vite.config.build.ts b6a1da87f1 初版 11 ay önce
vite.config.components.ts 43fb06bad2 init 1 yıl önce
vite.config.css.ts 43fb06bad2 init 1 yıl önce
vite.config.macros.ts 43fb06bad2 init 1 yıl önce
vite.config.ts 43fb06bad2 init 1 yıl önce

README.md

使用

npm i

开发环境

npm serve

生产环境

# 测试环境
npm build:test
# 生产环境
npm build