0.1.1 • Published 2 years ago

sen-css-more v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

一只基于Vue2.x的css:CSS-实现多行文本展开收起组件。

Home: -
Docs: network(组件调用地址)
Blog: https://blog.csdn.net

开发

1. npm install

2. npm run serve

3. http://localhost:8080

使用

# 安装
npm install sen-css-more --save
# 引入
import senCssMore from 'sen-css-more'

Vue.use(senCssMore)

# 页面

<div style="width: 200px;">
    <sen-css-more :line="2" content="<<your text>>" openname="全文" retractname="收起"></sen-css-more>    
</div>
#### 参考、使用的项目

* <a href="https://github.com/ftlabs/fastclick" target="_blank">[fastclick]</a> (<a href="https://github.com/ftlabs/fastclick/blob/master/LICENSE" target="_blank">[MIT License]</a>)


#### Developed with Open Source Licensed <a href="https://code.visualstudio.com/" target="_blank">vscode</a>

<br/>

Copyright (c) 2022
<br/>


# vuetest

## Project setup

npm install

### Compiles and hot-reloads for development

npm run serve

### Compiles and minifies for production

npm run build

### Lints and fixes files

npm run lint

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
0.1.1

2 years ago

0.1.0

2 years ago