Commit 9d7458ef authored by 宋帮潮's avatar 宋帮潮

Merge branch 'master' of https://hel.hand-china.com/hel-guide/app

parents a9c96ff7 811f68d9
......@@ -17,27 +17,19 @@ app:.
├─scss
└─theme
```
* ### I. app\_子目录(列表)
### I. app\_子目录(列表)
* 1.1.config\_目录
* 1.2.img\_目录
* 1.3.lib\_目录
* 1.4.pages\_目录
* 1.5.scripts\_目录
* 1.4.scss\_目录
* 1.5.theme\_目录
---
* ### II. app\_子目录(简介)
### II. app\_子目录(简介)
* 1.1.config\_目录
* 1.1.config\_目录
* 存放配置文件
* `"devConfig.json(开发环境配置文件)`
......@@ -57,31 +49,18 @@ app:.
* prodConfig.json(正式环境配置文件,参考测试环境的配置属性)
* 1.2.img\_目录
* prodConfig.json(正式环境配置文件,参考测试环境的配置属性)
* 1.2.img\_目录
* 项目中图片的存放路径
* 1.3.lib\_目录
* 1.3.lib\_目录
* 执行 `bower install` 后生成,为项目中使用的js资源
* 1.4.pages\_目录
* 1.4.pages\_目录
* app前台页面html文件,和js文件
* 1.5.scripts\_目录
* 1.5.scripts\_目录
* 项目公用js文件
* 1.4.scss\_目录
* 1.4.scss\_目录
* 项目的全局样式文件(scss文件)
* 1.5.theme\_目录
* 1.5.theme\_目录
* 目录中包含一个`app.core.scss`为项目中所有`scss`的集合,项目中所写的`scss`文件需要使用如下写法引入到此文件中,否则不会生效
```@import "../scss/variables";```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment