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
- Host: GitHub
- URL: https://github.com/slaveofcode/hansip-web
- Owner: slaveofcode
- License: mit
- Created: 2022-08-07T18:05:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T11:38:37.000Z (about 3 years ago)
- Last Synced: 2025-01-20T15:23:41.024Z (10 months ago)
- Language: Vue
- Size: 822 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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