Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seal-io/walrus-ui
Walrus-ui is the frontend of the walrus project.
https://github.com/seal-io/walrus-ui
javascript typescript vite vue3
Last synced: about 15 hours ago
JSON representation
Walrus-ui is the frontend of the walrus project.
- Host: GitHub
- URL: https://github.com/seal-io/walrus-ui
- Owner: seal-io
- Created: 2023-02-06T05:29:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T07:29:47.000Z (7 months ago)
- Last Synced: 2024-04-12T12:19:36.916Z (7 months ago)
- Topics: javascript, typescript, vite, vue3
- Language: Vue
- Homepage:
- Size: 17.4 MB
- Stars: 9
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
1. [Nodejs](https://nodejs.org/en) 14.0+(with NPM)
If you're on Mac
```
brew install node
```2. [Yarn](https://classic.yarnpkg.com/en/docs/install)
```
npm install yarn -g
```3. Setup
```
git clone https://github.com/seal-io/walrus-ui/
```4. Install dependencies
```
cd walrus-ui
yarn install
```## Usage
1. Run development server (at https://localhost:4000)
```
yarn dev --host
```2. build release
```
yarn build
```## Bugs & Issues
Please submit [bugs and issues](https://github.com/seal-io/walrus/issues) with a label `ui`
## Links
- Official website: https://www.seal.io/
- Documents: https://seal-io.github.io/docs/