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

https://github.com/zema1/vue-antd-simple-skeleton

一个快速构建 vue 后台应用的简单骨架,使用 vue-ant-design
https://github.com/zema1/vue-antd-simple-skeleton

Last synced: 3 months ago
JSON representation

一个快速构建 vue 后台应用的简单骨架,使用 vue-ant-design

Awesome Lists containing this project

README

          

# Vue Antd Simple Skeleton
> 一个非专业前端的自用 vue ant design 骨架,用于快速构建小型前后端分离的后台管理场景。
>
> 一切从简,没有测试,仅供参考。

## Quick start

Project setup
```
yarn install
```

Compiles and hot-reloads for development
```
yarn run serve
```

Compiles and minifies for production
```
yarn run build
```

Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).