-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/[email protected]' of https://github.com/alovajs/alovaj…
- Loading branch information
Showing
15 changed files
with
121 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Showcase | ||
--- | ||
|
||
Show your project here by commiting a PR that add your project to [**showcase.json**](https://https://github.com/alovajs/alovajs.github.io/blob/main/showcase.json) | ||
|
||
import Showcase from '@site/src/components/Showcase'; | ||
|
||
<Showcase /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/zh-CN/docusaurus-plugin-content-docs/current/showcase.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 案例展示 | ||
--- | ||
|
||
通过提交一个 PR,在[**showcase.json**](https://https://github.com/alovajs/alovajs.github.io/blob/main/showcase.json)中添加你的项目,从而在此处展示你的项目。 | ||
|
||
import Showcase from '@site/src/components/Showcase'; | ||
|
||
<Showcase /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[ | ||
{ | ||
"title": "Naive Admin", | ||
"logo": "/img/project/naive-ui-admin.png", | ||
"desc": "开箱即用的中后台框架/简化您的中后台开发", | ||
"link": "https://www.naiveadmin.com/" | ||
}, | ||
{ | ||
"title": "Nova-admin", | ||
"logo": "/img/project/nova-admin.png", | ||
"desc": "A simple and flexible admin template based on Vue3, Vite, TypeScript, NaiveUI", | ||
"link": "https://github.com/chansee97/nova-admin" | ||
}, | ||
{ | ||
"title": "EMS-ESP", | ||
"logo": "/img/project/ems-esp.png", | ||
"desc": "ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps", | ||
"link": "https://github.com/emsesp/EMS-ESP32" | ||
}, | ||
{ | ||
"title": "MallChat", | ||
"logo": "/img/project/mall-chat.png", | ||
"desc": "mallchat的前端项目,是一个既能购物又能聊天的电商系统。", | ||
"link": "https://github.com/Evansy/MallChatWeb" | ||
}, | ||
{ | ||
"title": "KoKo", | ||
"logo": "/img/project/koko.png", | ||
"desc": "a connector of JumpServer for secure connections using character protocols, supporting SSH, Telnet, Kubernetes, SFTP and database protocols", | ||
"link": "https://github.com/jumpserver/koko" | ||
}, | ||
{ | ||
"title": "5Minutes", | ||
"logo": "/img/project/5minutes.png", | ||
"desc": "5minutes is a mentor-mentee learning platform where mentors share content that is consumable in no more than 5minutes.", | ||
"link": "https://app.5minutes.ng/" | ||
}, | ||
{ | ||
"title": "vue-shopping-cart", | ||
"logo": "/img/project/vue-shopping-cart.png", | ||
"desc": "Simple shopping cart with Vue.js and Deno.js", | ||
"link": "https://github.com/dangvanthanh/vue-shopping-cart" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import showcase from '@site/showcase.json'; | ||
import NavCard from '@site/src/components/NavCard'; | ||
|
||
export default function Showcase(): JSX.Element { | ||
return ( | ||
<NavCard | ||
list={showcase.map(item => ({ | ||
Image: <img src={item.logo} />, | ||
target: '__blank', | ||
...item | ||
}))}></NavCard> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.