Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwnz22/vue-showmore-component
A simple showmore vue component.
https://github.com/pwnz22/vue-showmore-component
component showmore vuejs
Last synced: about 2 months ago
JSON representation
A simple showmore vue component.
- Host: GitHub
- URL: https://github.com/pwnz22/vue-showmore-component
- Owner: pwnz22
- Created: 2017-05-28T19:46:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:29:06.000Z (about 2 years ago)
- Last Synced: 2024-04-13T23:53:53.528Z (10 months ago)
- Topics: component, showmore, vuejs
- Language: Vue
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-showmore
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).