Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 701 Bytes

安装及启动

1. 安装依赖

npm install

2. 启动项目

npm start

3. 运行网页

浏览器输入 localhost:8080

3. 打包项目

npm run build

介绍

1. 功能介绍

一个简易的后台管理系统模板

实现组件懒加载功能,提取第三方库,样式的autoprefixer,样式采用less以及css modules

2. 使用技术