KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
template-vue-admin
★ 10
Open GitHub ↗
vue2+vuex+element-ui管理后台模板
Download README (.md)
Explore Similar Repositories
multicloud-integrations
:
MultiCloud integration solution documentation
vscode-scalavista
:
IDE-like features for Scala in Visual Studio Code - powered by scalavista-server
Unity-MultipeerConnectivity
:
Example of Multipeer Connectivity Experience with Unity
subhalo_satellite_connection
:
A model for the subhalo--satellite galaxy connection in MW-mass systems.
django-expiring-token
:
Expiring token with expiration time update for Django Rest Framework
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
template-vue-admin
?
Download (.md)
# template-vue-admin <a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a> ## 说明 * eslint airbnb校验 * stylelint standard校验 * 部分功能需要后端支持,可以直接查看源码里的使用方式(如拍照上传、图片裁剪等) * babel-eslint 如果升级到9以上(包含9),会导致i18n里的语言懒加载报错,暂时保持在8的版本 ## todo * 注意el-image和el-table的fixed有bug * 单页导航功能 * 飞行航线图整理 * 优化富文本编辑上传图片 * 视频拍照获取图片用videoHeight处理 * 补充echarts示例 * config配置html可以配置 * 增加拖拽上传组件 * 树形异步组件封装 * i18n升级插件后出错,待修复 * 去store化,只保留必要的store(vuex)。其余采用局部store来处理组件共享数据 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run eslint npm run stylelint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).