Commit 811f68d9 authored by JingChao's avatar JingChao

Updates ionic/app.md

Auto commit by GitBook Editor
parent ceb6713c
......@@ -52,26 +52,15 @@ app:.
* prodConfig.json(正式环境配置文件,参考测试环境的配置属性)
* 1.2.img\_目录
* 项目中图片的存放路径
* 1.3.lib\_目录
* 执行 `bower install` 后生成,为项目中使用的js资源
* 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