Commit 73a900c7 authored by JingChao's avatar JingChao

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

Auto commit by GitBook Editor
parent f2f90332
......@@ -6,28 +6,28 @@
```
│ .bowerrc
│ .editorconfig
│ .gitignore(git忽略文件)
│ bower.json(bower配置)
│ gulpfile.js(gulp集成工具配置)
│ ionic.config.json(ionic项目配置)
│ .gitignore (git忽略文件)
│ bower.json (bower配置)
│ gulpfile.js (gulp集成工具配置)
│ ionic.config.json (ionic项目配置)
│ ionic.project
│ package.json
│ README.md (项目README,请在此处写上项目开发的注意信息,方便团队协同)
├─app
│ │ app.js(app核心js)
│ ├─config(配置文件)
│ ├─img(图片资源)
│ ├─pages(功能页面)
│ │ ├─applications(主页功能)
│ │ ├─charts(报表)
│ │ ├─login(登录页)
│ │ ├─myInfo(我的)
│ │ ├─tab(tab)
│ │ app.js (app核心js)
│ ├─config (配置文件)
│ ├─img (图片资源)
│ ├─pages (功能页面)
│ │ ├─applications (主页功能)
│ │ ├─charts (报表)
│ │ ├─login (登录页)
│ │ ├─myInfo (我的)
│ │ ├─tab (tab)
│ │ └─tools (工具)
│ ├─scripts(公用js)
│ ├─scss(公用scc)
│ ├─scripts (公用js)
│ ├─scss (公用scc)
│ └─theme
│ app.core.scss
│ app.core.scss (页面全部scc)
├─hooks
├─plugins(插件)
├─publish
......
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