Go to file
wwl 72c696bc9d fix bug 2024-04-12 16:22:16 +08:00
.vscode first 2024-02-26 17:20:57 +08:00
newpc first 2024-02-26 17:20:57 +08:00
newpc_b2c first 2024-02-26 17:20:57 +08:00
newpc_bbc first 2024-02-26 17:20:57 +08:00
public first 2024-02-26 17:20:57 +08:00
src fix bug 2024-04-12 16:22:16 +08:00
.dockerignore first 2024-02-26 17:20:57 +08:00
.editorconfig first 2024-02-26 17:20:57 +08:00
.env first 2024-02-26 17:20:57 +08:00
.env.development fix bug 2024-04-10 16:31:01 +08:00
.env.example first 2024-02-26 17:20:57 +08:00
.env.production fix bug 2024-04-10 16:31:01 +08:00
.env.slb fix bug 2024-04-12 16:22:16 +08:00
.env.test fix bug 2024-04-10 16:31:01 +08:00
.eslintignore first 2024-02-26 17:20:57 +08:00
.eslintrc first 2024-02-26 17:20:57 +08:00
.gitignore fix bug 2024-04-09 11:22:15 +08:00
.prettierrc first 2024-02-26 17:20:57 +08:00
CHANGELOG.md first 2024-02-26 17:20:57 +08:00
Dockerfile first 2024-02-26 17:20:57 +08:00
README.md first 2024-02-26 17:20:57 +08:00
babel.config.js first 2024-02-26 17:20:57 +08:00
cli.js first 2024-02-26 17:20:57 +08:00
dist-04-12.zip fix bug 2024-04-12 16:22:16 +08:00
package-lock.json fix bug 2024-04-09 11:22:15 +08:00
package.json fix bug 2024-04-09 11:22:15 +08:00
pnpm-lock.yaml fix bug 2024-04-09 11:22:15 +08:00
vue.config.js fix bug 2024-04-09 11:22:15 +08:00

README.md

ecshopx-admin

安装依赖

npm run install npm i @shopex/finder --registry=http://registry.npm.ishopex.cn

开发

npm run dev

打包

npm run build

代码prettier

npx husky install npx husky add .husky/pre-commit "npx lint-staged --allow-empty"