Nincs leírás

chunping 6a8ddef027 跳转小程序 3 éve
bin ee0a38ea15 Initial commit 3 éve
build ee0a38ea15 Initial commit 3 éve
public 6a8ddef027 跳转小程序 3 éve
src 2d0a68e994 fix: 待上架状态才可删除 3 éve
.editorconfig ee0a38ea15 Initial commit 3 éve
.env.development a6355d529f fix: 优惠券管理修正部分问题 3 éve
.env.production a6355d529f fix: 优惠券管理修正部分问题 3 éve
.env.staging ee0a38ea15 Initial commit 3 éve
.eslintignore ee0a38ea15 Initial commit 3 éve
.eslintrc ee0a38ea15 Initial commit 3 éve
.gitignore ee0a38ea15 Initial commit 3 éve
README.md ee0a38ea15 Initial commit 3 éve
babel.config.js ee0a38ea15 Initial commit 3 éve
package-lock.json 5d0d54d98a feat: 完善商品编辑 3 éve
package.json 5d0d54d98a feat: 完善商品编辑 3 éve
sh.exe.stackdump ee0a38ea15 Initial commit 3 éve
vue.config.js ee0a38ea15 Initial commit 3 éve

README.md

开发

# 克隆项目
git clone xxx 

# 进入项目目录
cd xxx

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod