Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hel-guide
app
Commits
a4aa2cb1
Commit
a4aa2cb1
authored
Aug 15, 2017
by
宋帮潮
Browse files
Options
Browse Files
Download
Plain Diff
Merge origin/master into master
parents
a5911587
f2d7a81e
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
507 additions
and
250 deletions
+507
-250
android-studio.md
APP环境搭建/android-studio.md
+2
-0
ionic-project.md
APP环境搭建/ionic-project.md
+2
-0
git-guide.md
git-guide.md
+503
-250
README.md
ionic/README.md
+0
-0
No files found.
APP环境搭建/android-studio.md
View file @
a4aa2cb1
...
...
@@ -21,6 +21,7 @@
*
1.3配置安卓环境变量
在用户变量下配置 ANDROID_HOME ,PATH
!
[
ANDROID_HOME
](
/picture/android-home.png
)
!
[
PATH
](
/picture/android-path.png
)
...
...
@@ -38,6 +39,7 @@
!
[](
/picture/android-platform-3.png
)
!
[](
/picture/android-platform-4.png
)
!
[](
/picture/android-platform-5.png
)
以及android6.0~4.0的
`SDK Platform`
,
`Sources for Android SDK`
...
...
APP环境搭建/ionic-project.md
View file @
a4aa2cb1
...
...
@@ -60,6 +60,7 @@
此时文件夹中会新增
`node_modules`
文件夹 此文件夹下包含node.js的资源文件
*
项目根目录下执行
`bower install`
,出现以下内容表示下载成功
!
[](
/picture/bower-install.png
)
此时
`app`
文件夹中会新增
`lib`
文件夹,里面包函了本次项目使用的资源
...
...
@@ -72,6 +73,7 @@
*
项目根目录下执行
`ionic serve`
运行代码 出现一下则表示成功
!
[](
/picture/ionic-serve.png
)
浏览器端访问
`http://localhost:8100/#/login`
即可
git-guide.md
View file @
a4aa2cb1
This diff is collapsed.
Click to expand it.
ionic/README.md
deleted
100644 → 0
View file @
a5911587
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment