You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# coach_assistant
## Project setup
``` yarn install ```
### Compiles and hot-reloads for development
``` yarn serve ```
### Compiles and minifies for production
``` yarn build ```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### 库
``` vuex、numeral 依赖-> sass-loader/ node-sass/ ```
*sass 需要cnpm装,npm安装报错*
> 原型链接:https://org.modao.cc/app/d33151880c5a6a975b9f3af1868bf3a125a8923b?simulator_type=outside_artboard&sticky
> 设计稿链接:https://lanhuapp.com/web/#/item/project/board?pid=ea91cb92-0502-40c9-a746-e68d121e26fd
### ipx 底部适配高度函数
```css padding-bottom: 0; padding-bottom: calc( 0 + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */ padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ ```
|