moon web start

A simple style web navigation page | 一个简约风格的网址导航页

107
42
Vue

Moon Web Start

Moon Web Start

MIT License MIT License

Live demo

简体中文 | English

Introduction

A simple and elegant website navigation page, open source under the MIT license. You can use it directly, or customize your own website navigation page based on it 😊.

Features

  • ⚡ Efficient navigation - minimalist style, fast access

  • 🍎 Follow your heart - freely add, delete and modify websites, support custom website icons

  • 🛫 Drag and drop sorting - quickly adjust the order of websites

  • 🔍 Search word association - support Bing, Google, Baidu and other search engines

  • 📱 Responsive layout - can be displayed normally on devices of any size

  • 🎨 Theme switching - built-in multiple theme styles, can be switched freely

  • 🌙 Dark mode - love your eyes

  • 🌍 I18n - support Simplified Chinese, English and Japanese

  • 📤 Import/export data - synchronize data between different devices

  • 📦 Browser extension - open Moon when opening a new tab

  • 🚀 Containerized deployment - support Docker one-click deployment

TODO

  • Backend service

    • Get favicon

    • Synchronize data

  • More…

Quick start

Clone repository

git clone https://github.com/jic999/moon-web-start.git

Enter the project directory

cd moon-web-start

Install dependencies

pnpm install

## Docker deployment

```bash
docker run -d -p 80:80 --name moon-web-start jic999/moon-web-start

Start project

pnpm dev

Browser extension

The extension is suitable for Google Chrome, which can automatically enter Moon when opening a new tab.

The extension has not been released in the Chrome Web Store yet. To use it, please follow these steps:

  1. Unzip extension/moon-chrome-extension.zip in this project.

  2. In the extension interface of Google Chrome, open Developer Mode in the upper right corner.

  3. Click Load Unpacked in the upper left corner.

  4. Select the moon-chrome-extension directory that was just unzipped.

Thanks

  • Iowen Api,provides an open api for free get to website favicon.

  • 0x3, give me inspiration.