Commit 9718fa32 authored by JingChao's avatar JingChao

Updates APP环境搭建/ionic-project.md

Auto commit by GitBook Editor
parent 7ee3ae84
......@@ -3,3 +3,36 @@
* 1.0`git clone`下载对应的源码
```
│ .bowerrc
│ .editorconfig
│ .gitignore
│ bower.json(bower配置)
│ gulpfile.js(gulp集成工具配置)
│ ionic.config.json
│ ionic.project
│ package.json
│ README.md
├─app
│ │ app.js(app核心js)
│ ├─config(配置文件)
│ ├─img(图片资源)
│ ├─pages(功能页面)
│ │ ├─applications(主页功能)
│ │ ├─charts(报表)
│ │ ├─login(登录页)
│ │ ├─myInfo(我的)
│ │ ├─tab(tab)
│ │ └─tools (工具)
│ ├─scripts(公用js)
│ ├─scss(公用scc)
│ └─theme
│ app.core.scss
├─hooks
├─plugins(插件)
├─publish
├─res
├─resources(图表和启动页)
└─www
index.html
```
\ 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