Skip to content

Commit 4014204

Browse files
basic vuepress config
1 parent 6f7559b commit 4014204

File tree

4 files changed

+49
-11
lines changed

4 files changed

+49
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Lucas Leandro
3+
Copyright (c) 2017-present Lucas Leandro
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/.vuepress/config.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module.exports = {
2+
title: 'Vue Content Loading',
3+
description: 'Vue component to easily build (or use presets) SVG loading cards Facebook like',
4+
themeConfig: {
5+
repo: 'LucasLeandro1204/vue-content-loading',
6+
repoLabel: 'GitHub',
7+
editLinks: true,
8+
editLinkText: 'Help us improve this page!',
9+
nav: [
10+
{
11+
text: 'Home',
12+
link: '/',
13+
},
14+
{
15+
text: 'Guide',
16+
link: '/guide/',
17+
},
18+
],
19+
},
20+
};

docs/.vuepress/public/logo.svg

Lines changed: 21 additions & 0 deletions
Loading

docs/README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# Vue Content Loading
1+
---
2+
home: true
3+
heroImage: /logo.svg
4+
actionText: Get Started →
5+
actionLink: /guide/
6+
footer: MIT Licensed | Copyright © 2017-present Lucas Leandro
27

3-
### Vue component to easily build or use presets for Facebook-like SVG loading cards.
8+
---
49

510
> Inspired in [React Content Loader](https://github.com/danilowoz/react-content-loader)
611
@@ -14,16 +19,8 @@ Code
1419

1520
![Code loading](https://raw.githubusercontent.com/LucasLeandro1204/vue-content-loading/master/static/code.gif "Code loading")
1621

17-
# Documentation & Examples
18-
19-
Documentation with all presets is available [HERE](https://lucasleandro1204.github.io/vue-content-loading)
20-
2122
## Installation
2223

2324
Simple installation via NPM
2425

2526
``$ npm install vue-content-loading --save``
26-
27-
##### License
28-
29-
This project is licensed under the MIT license. See the [LICENSE file](./LICENSE) for more details

0 commit comments

Comments
 (0)