1 Star 0 Fork 0

fengqingyang113 / qy-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
fengqingyang113 提交于 2020-07-12 17:59 . 项目文件结构

qy-mall

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and Fixes files

npm run lint

Customize configuration

See Configuration Reference.

项目主要文件结构

├─public └─src ├─assets 放静态资源 css/img
├─common 放公共的js文件 比如项目中经常用到的常量/公共方法 ├─components │ ├─common 放完全封装的组件 需要时可以直接用到其他项目里 │ │
│ └─content 放和项目业务相关的组件 │
├─router vuejs路由 └─views 放项目中主要视图文件/组件

1
https://gitee.com/fengqingyang113/qy-mall.git
git@gitee.com:fengqingyang113/qy-mall.git
fengqingyang113
qy-mall
qy-mall
master

搜索帮助