You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
485 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# layui-admin
## 目录说明
admin (开发目录)
dist (生成的静态页面)
## 安装
```shell
npm init
```
## 运行
```shell
npm run start
```
## 特点
1. rem 自适应布局
2. mock 数据模拟
3. 界面使用 根据 scss 适配颜色
4. 常用界面示例
5. excel处理
6. gulp 打包 压缩 添加 css 浏览器前缀,js(es6=>es5),热重载,跨域代理等
7. 生产,测试,开发灵活配置
8. 公用模板
9. 合并jscsshtml 减少资源请求