mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-06 21:54:00 +08:00
Update README.md
This commit is contained in:
@@ -17,10 +17,10 @@ ColorUI在语雀有个群友共同在维护的知识库,里面有一些群友
|
|||||||
`App.vue` 引入关键Css `main.css` `icon.css`
|
`App.vue` 引入关键Css `main.css` `icon.css`
|
||||||
```
|
```
|
||||||
<style>
|
<style>
|
||||||
@import "colorui/main.css";
|
@import "colorui/main.css";
|
||||||
@import "colorui/icon.css";
|
@import "colorui/icon.css";
|
||||||
@import "app.css"; /* 你的项目css */
|
@import "app.css"; /* 你的项目css */
|
||||||
....
|
....
|
||||||
</style>
|
</style>
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -97,9 +97,12 @@ Vue.component('cu-custom',cuCustom)
|
|||||||
@import "colorui/main.wxss";
|
@import "colorui/main.wxss";
|
||||||
@import "colorui/icon.wxss";
|
@import "colorui/icon.wxss";
|
||||||
@import "app.css"; /* 你的项目css */
|
@import "app.css"; /* 你的项目css */
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 从新项目开始
|
||||||
|
下载源码解压获得`/template`,复制`/template`并重命名为你的项目,导入到小程序开发工具既可以开始你的新项目了
|
||||||
|
|
||||||
### 使用自定义导航栏
|
### 使用自定义导航栏
|
||||||
导航栏作为常用组件有做简单封装,当然你也可以直接复制代码结构自己修改,达到个性化目的。
|
导航栏作为常用组件有做简单封装,当然你也可以直接复制代码结构自己修改,达到个性化目的。
|
||||||
|
|
||||||
@@ -148,9 +151,6 @@ Vue.component('cu-custom',cuCustom)
|
|||||||
| content | 中间区域 |
|
| content | 中间区域 |
|
||||||
| right | 右侧区域(小程序端可使用范围很窄!) |
|
| right | 右侧区域(小程序端可使用范围很窄!) |
|
||||||
|
|
||||||
### 从新项目开始
|
|
||||||
下载源码解压获得`/template`,复制`/template`并重命名为你的项目,导入到小程序开发工具既可以开始你的新项目了
|
|
||||||
|
|
||||||
## 赞赏
|
## 赞赏
|
||||||
<p align="center"><img src="https://image.weilanwl.com/colorui/githubAppreciate.jpg" alt="" style="max-width:100%;" width="600"></p>
|
<p align="center"><img src="https://image.weilanwl.com/colorui/githubAppreciate.jpg" alt="" style="max-width:100%;" width="600"></p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user