多商户PC商城
## 开发
bash
node版本建议使用v16.18以上
cd ##
npm install
npm install --registry=https://registry.npm.taobao.org
npm run dev
浏览器访问 http://localhost:9527 ## 发布
npm run build
npm run prettier ```