Commit 73a900c7 authored by JingChao's avatar JingChao

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

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