nantai-erp-admin/README.md
2024-09-23 10:51:42 +08:00

22 lines
514 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# admin-template
> 这是一个基础的管理后台模板,包含了最常用的 Element UI & axios & iconfont & vue-quill-editor & lint这些搭建后台必要的东西。
[拓展其他功能参考](https://github.com/PanJiaChen/vue-element-admin)
## Build Setup
```bash
# Install dependencies
npm install
# Serve with hot reload at localhost:9528
npm run dev
# Build for production with minification
npm run build
# Build for production and view the bundle analyzer report
npm run build --report
```