Skip to content

Commit

Permalink
vue相关
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Dec 12, 2018
1 parent 26df5e5 commit 4adac16
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Ionic/Ionic核心部分.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

既然是基于`Angular`那我们也是需要很重视的,这个地方会积累起来`Angular`中零散的部分。<small>如果内容多的话后期会拆分为单独的部分</small>

### Angular中内容映射
- `<ng-content></ng-content>`

### Angular指令
`Angular`中的指令分为`组件`,`属性指令``结构形指令``属性型指令`用于改变一个 `DOM` 元素的外观或行为,例如`NgStyle``结构型指令`的职责是 `HTML` 布局。 它们塑造或重塑 `DOM` 的结构,比如添加、移除或维护这些元素,例如`NgFor``NgIf`

Expand Down Expand Up @@ -936,6 +939,9 @@ defaultConfig.dev.resolve.alias = {
"@config": path.resolve(configPath('dev'))
}
```
## App打包
> 还没时间写

## App真机调试

说实在的,`Hybird`真机调试是真的痛苦。目前比较流行的方式是以下两种调试方式
Expand Down Expand Up @@ -969,8 +975,6 @@ defaultConfig.dev.resolve.alias = {

![Ionic](./vconsole.png 'ionic')

## App打包部分

## Ionic中的特殊部分(坑)
- 静态资源路径问题

Expand Down
Binary file added Vue/node-vue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4adac16

Please sign in to comment.