# shcool-keeper **Repository Path**: gdt/shcool-keeper ## Basic Information - **Project Name**: shcool-keeper - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-07 - **Last Updated**: 2021-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # school-keeper > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` # run all tests # 本项目使用框架vant 一款轻量、可靠的移动端 Vue 组件库 npm i vant -S 通用的需要重写的样式在/static/css/private-vant.less 中文官网 https://youzan.github.io/vant/#/zh-CN/panel # 使用vue-awesome npm install vue-awesome https://justineo.github.io/vue-awesome/demo/ https://github.com/Justineo/vue-awesome/blob/master/README.zh_CN.md 查看图标可以去font awesome官网上查看,vue-awesome是基于font awesome图标库来的 请注意当你在 FontAwesome 官网查找到图标名词后,需要确认一下图标集的名称。 比如,在 500px 这个图标的详情页会有一个 URL 参数 style=brands,故图标名称就是 brands/500px。 # 使用vue-easytable npm install vue-awesome http://doc.huangsw.com/vue-easytable/app.html#/start 基于 vue2.x 的 table 组件支持单元格合并、单元格编辑、多表头固定、多列固定、列拖动、排序、自定义列、分页、单元格编辑、多选、条件过滤、footer 汇总等功能 # 使用echarts npm install echarts -S https://www.cnblogs.com/st-leslie/p/5771241.html http://echarts.baidu.com/tutorial.html#5%20%E5%88%86%E9%92%9F%E4%B8%8A%E6%89%8B%20ECharts For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).