No Description

tanxf 99506834f4 tanxf 4 years ago
build cf06c3e4bf fisrt commit 4 years ago
config cf06c3e4bf fisrt commit 4 years ago
dist cf06c3e4bf fisrt commit 4 years ago
docs cf06c3e4bf fisrt commit 4 years ago
src 99506834f4 tanxf 4 years ago
static 99506834f4 tanxf 4 years ago
.babelrc cf06c3e4bf fisrt commit 4 years ago
.editorconfig cf06c3e4bf fisrt commit 4 years ago
.eslintrc.js cf06c3e4bf fisrt commit 4 years ago
.gitignore cf06c3e4bf fisrt commit 4 years ago
.postcssrc.js cf06c3e4bf fisrt commit 4 years ago
README.md cf06c3e4bf fisrt commit 4 years ago
index.html cf06c3e4bf fisrt commit 4 years ago
package-lock.json cf06c3e4bf fisrt commit 4 years ago
package.json cf06c3e4bf fisrt commit 4 years ago
yarn.lock cf06c3e4bf fisrt commit 4 years ago

README.md

shangchao-admin-element-ui

上朝科技 - 后台管理系统 - Element-UI 框架

静态演示页面: http://yanxiaodi.coding.me/Element-admin/#/

特别提醒(需要将静态测试的json数据输出到dist文件夹):

  • yarn run dev 前, 请先使用 yarn run build 打包一下;
  • 然后再使用 yarn run dev 进行测试

Technology

技术名称 作用 版本
Vuejs 框架 2.2.1
Vue-Router Vue路由 2.3.0
Vuex Vue状态管理 2.2.1
Axios 交互处理 0.15.3
Element UI UI框架 1.2.1
Pug Node模版 2.0.0-beta11
Sass 样式预处理 4.5.0
Webpack 模块打包 2.2.1
Yarn 依赖管理 0.20.3
Google Material-Icons 图标字体 2.1.3

Build Setup

#安装依赖
npm install

# 在localhost:8080 开启热加载功能
npm run dev

# 打包生产模式,缩小压缩包
npm run build

# 打包生产模式,缩小压缩包 -- 查看包分析报告
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

IDE option

推荐安装ESlint并使用 VS code编辑器等支持ESlint的IDE

ToDoList

  • 重构样式
  • 制作静态演示页面