https://github.com/huiyadanli/gugu-portal
一个简洁的无后端静态导航站点(个人书签页)
https://github.com/huiyadanli/gugu-portal
bookmark nav navigation static-site vue3
Last synced: 8 months ago
JSON representation
一个简洁的无后端静态导航站点(个人书签页)
- Host: GitHub
- URL: https://github.com/huiyadanli/gugu-portal
- Owner: huiyadanli
- License: mit
- Created: 2023-05-14T16:49:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T09:46:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T21:43:19.796Z (9 months ago)
- Topics: bookmark, nav, navigation, static-site, vue3
- Language: Vue
- Homepage: https://gugu.huiyadan.com/
- Size: 226 KB
- Stars: 60
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 咕咕导航
基于 Vue3 写的自用导航,纯静态页面无后端,框架用了 [Arco Design](https://arco.design/vue/docs/start) 。
可以直接在线编辑导航内容,所有面板、分类、网址链接都可以随意新增、修改、删除、拖拽位置,数据以 JSON 形式的配置保存在浏览器 `localStorage` 的 `customBox` 中。
在线示例: https://gugu.huiyadan.com/
备用: https://gugu-nav.vercel.app/
## 截图

## TODO
- [ ] 可以直接导入从Chrome导出的书签文件,导入时可以勾选
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```