Files
iplist/frontend/README.md
2025-07-02 20:40:13 +03:00

12 lines
125 B
Markdown

# Nuxt + Vuetify frontend for IPList
## Develop
```shell
npm install
npm run dev
```
## Build
```shell
npm run generate
```