An open API service indexing awesome lists of open source software.

https://github.com/slaveofcode/hansip-web

Static Web Application for Securi Server
https://github.com/slaveofcode/hansip-web

Last synced: 8 months ago
JSON representation

Static Web Application for Securi Server

Awesome Lists containing this project

README

          

# Hansip Web

Web SPA for [Hansip](https://github.com/slaveofcode/hansip)

## Tech Stack
- NodeJs 16 or newer
- Vue 3
- TypeScript
- Vite

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)

## Setup

1. Clone the project

`git clone git@github.com:slaveofcode/hansip-web.git`

2. Go to project directory

`cd hansip-web`

3. Install dependencies

`npm i`

4. Start vite webserver with hot-reload support

`npm run dev`

## Build

### Compile for static SPA

npm run build