Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[감하영] 0.2.8 ⇨ 0.2.9 버전 업데이트 #44

Merged
merged 13 commits into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<img src="https://img.shields.io/static/v1?label=vue&message=2.x&color=green">
</p>

# Documentation
👉🏻 [Please Click Here!](https://medistream-team.github.io/vuetiful-board/)

# Table of contents

- [Installation](#Install)
Expand Down Expand Up @@ -479,4 +482,4 @@ setMonochromeColor(event) {
# 📝 License

Copyright © 2021 [Medistream](https://github.com/medistream-team)<br />
This project is [MIT](https://github.com/medistream-team/vue-fullpage-modal/blob/master/LICENSE) licensed.
This project is [MIT](https://github.com/medistream-team/vuetiful-board/blob/master/LICENSE) licensed.
Binary file added docs/.vuepress/public/demovideo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
<p align="center">
<a href="https://github.com/medistream-team/vuetiful-board" target="_blank">
<img src="./.vuepress/public/VuetifulBoard.svg" />
<img class="logo" src="./.vuepress/public/VuetifulBoard.svg" />
</a>
</p>

<h1 align="center">💐 Vuetiful-Board</h1>

<p align="center">Draw and move the chart as you wish!</p>

<br>

<div align="center">
<img class="demo" src="./.vuepress/public/demovideo.gif"/>
</div>

<style>
img {
.logo {
width: 260px;
}

.demo {
width: 800px;
}

h2 {
border-bottom: none;
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetiful-board",
"version": "0.2.5",
"version": "0.2.9",
"scripts": {
"dev": "cd dev && vue-cli-service serve",
"build": "vue-cli-service build ./src/index.js --target lib",
Expand Down