# SkeletonUI
**Repository Path**: nepxion/SkeletonUI
## Basic Information
- **Project Name**: SkeletonUI
- **Description**: 🔨 Nepxion SkeletonUI is a web framework based on Vue for Nepxion Skeleton project 脚手架生成界面
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: http://www.nepxion.com
- **GVP Project**: No
## Statistics
- **Stars**: 6
- **Forks**: 5
- **Created**: 2020-07-20
- **Last Updated**: 2024-09-21
## Categories & Tags
**Categories**: webui
**Tags**: None
## README
# Nepxion Skeleton UI
 [](https://github.com/Nepxion/SkeletonUI/blob/master/LICENSE) [](https://github.com/Nepxion/SkeletonUI/stargazers) [](https://gitee.com/Nepxion/SkeletonUI/stargazers)
## How to run
### To start
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli)
``` bash
# install dependencies
npm install
```
### Serve with hot reload at localhost:7777
```shell
# by api: http://127.0.0.1:3333
npm run dev
```
### Hosts:
127.0.0.1 localhost
### Serve with hot reload at localhost:8888
```shell
# by api: http://codegen.smartscity.com/api/v1/swagger-ui.html
npm run remote
```
### Serve with hot reload at localhost:9999
```shell
# by api: http://codegen.smartscity.com/api/v2/swagger-ui.html
#edit v1 to v2
vim src/views/nav1/Form.vue
replaceAll /v1/ to /v2/
npm run v2
```
### Build for production with minification
```shell
npm run build
```
## 请联系我
微信、钉钉、公众号和文档

## Star走势图
[](https://starchart.cc/Nepxion/SkeletonUI)