Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelletier/vue-timeline
https://github.com/pelletier/vue-timeline
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pelletier/vue-timeline
- Owner: pelletier
- Created: 2019-07-25T08:11:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:36:43.000Z (about 2 years ago)
- Last Synced: 2024-10-13T14:17:50.552Z (2 months ago)
- Language: Vue
- Size: 2.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-timeline
## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).