diff --git a/LICENSE b/LICENSE
index b4bb0d9f..68144da7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2017 PanJiaChen
+Copyright (c) 2017-presen PanJiaChen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README-en.md b/README-en.md
deleted file mode 100644
index 25459147..00000000
--- a/README-en.md
+++ /dev/null
@@ -1,177 +0,0 @@
-[](https://github.com/vuejs/vue)
-[](https://github.com/ElemeFE/element)
-[](https://github.com/PanJiaChen/vue-element-admin/blob/master/LICENSE)
-[]()
-
-## Intro
-
-> In the past half year, I have been building a backend for management dashboard using Vue. Though the backend has contained greater than 70 pages and over 10 permissions, it still takes insignificant effort to maintain the project. So I decide to make it open source so as to share my development experience and progress on backend. The tech stack is mainly [Vue.js](https://github.com/vuejs/vue)+[Element](https://github.com/ElemeFE/element)+[axios](https://github.com/mzabriskie/axios). Since it's a personal project, all data requests are simulated with [Mock.js](https://github.com/nuysoft/Mock). **Note:** if anyone wants to modify or develop based on this project, please remove the mock files.
-
-**Live demo:** http://panjiachen.github.io/vue-element-admin
-
-**Note: element-ui@1.4.2 is used in the project, so vue 2.3.0+ is required.**
-
- - vueAdmin-template: [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template)
- - electron-vue-admin: [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
- - Donate:[donate](https://github.com/PanJiaChen/vue-element-admin/blob/master/README-en.md#donate)
-
-## Features
-
-- Login/Logout
-- Permission authentication
-- Sidebar
-- Breadcrumb
-- Rich text editor
-- Markdown editor
-- JSON editor
-- Drag & drop list
-- SplitPane
-- Dropzone
-- Sticky
-- CountTo
-- ECharts
-- 401, 404 error page
-- Error log
-- Export Excel
-- Upload Excel
-- Export Zip
-- Table example
-- Interactive table example
-- Drag & drop table example
-- Form example
-- Multi-environments distribution
-- Dashboard
-- Two-factor authentication
-- Collapsing sidebar (support nested routes)
-- Mock data
-- cache tabs example
-- screenfull
-- markdown2html
-- views-tab
-- clipboard
-
-## Development
-
-```bash
-# Clone project
-git clone https://github.com/PanJiaChen/vue-element-admin.git
-
-# Install dependencies
-npm install
-
-# Or (not recommended for cnpm due to unknown bugs, use taobao mirror instead)
-npm install --registry=https://registry.npm.taobao.org
-
-# Run local dev server
-npm run dev
-```
-
-Visit in browser: http://localhost:9527
-
-## Distribution
-
-```bash
-# Build staged environment with webpack-bundle-analyzer
-npm run build:sit-preview
-
-# Build production environment
-npm run build:prod
-```
-
-## Directory structure
-
-```
-├── build // build
-├── config // config
-├── src // source code
-│ ├── api // all requests
-│ ├── assets // static resource like themes, fonts
-│ ├── components // global public components
-│ ├── directive // global directive
-│ ├── filters // global filters
-│ ├── mock // mock data
-│ ├── router // router
-│ ├── store // global status management
-│ ├── styles // global styles
-│ ├── utils // global public functions
-│ ├── view // view
-│ ├── App.vue // entry view
-│ └── main.js // entry for loading components, initialization
-├── static // third-party libraries not packed with Webpack
-│ └── Tinymce // rich text
-├── .babelrc // babel-loader config
-├── eslintrc.js // eslint config
-├── .gitignore // gitignore
-├── favicon.ico // favicon
-├── index.html // html template
-└── package.json // package.json
-```
-
-## Changelog
-Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
-
-## Donate
-If you find this project useful, you can buy me a cup of coffee
-
-
-## State Management
-
-Only status of user and app configuration is managed by Vuex. Other data are managed by their own business pages.
-
-## Demo
-
-#### Two-factor authentication, supporting WeChat and QQ
-
-
-
-#### Realtime switching themes
-
-
-
-#### tabs
-
-
-
-#### Collapsing sidebar
-
-
-
-#### Drag & drop table
-
-
-
-#### Interactive table
-
-
-
-#### Uploading cropped avatar
-
-
-
-#### Error log
-
-
-
-#### Rich text (integrated with Qiniu, watermark and customization)
-
-
-
-#### Packaging table component
-
-
-
-#### Charts
-
-
-
-#### Exporting to Excel
-
-
-
-#### More
-
-http://panjiachen.github.io/vue-element-admin
-
-## License
-
-MIT
diff --git a/README.md b/README.md
index d4f11fb9..fda9814a 100644
--- a/README.md
+++ b/README.md
@@ -2,177 +2,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
这里核心代码用的是
- vue-image-crop-upload
- 由于我在使用时它只有vue@1版本,而且有些业务的需求耦合到七牛等等原因吧,自己改造了一下,如果大家要使用的话,优先还是使用官方component
+ This is based on
+ vue-image-crop-upload.
+ {{$t('components.imageUploadTips')}}
- 修改头像
+ Change avatar
-
页面滚动到指定位置会在右下角出现返回顶部按钮
- 可自定义按钮的样式、show/hide临界点、返回的位置 如需文字提示,可在外部使用Element的el-tooltip元素
- {{$t('components.backToTopTips1')}}
+ {{$t('components.backToTopTips2')}}
+
- 基于 dropzone 封装 ,
- 由于我司业务有特殊需求,而且要传七牛 所以没用第三方 选择了自己封装
+ Based on dropzone .
+ {{$t('components.dropzoneTips')}}
Markdown 我们这里选用了
- simplemde-markdown-editor ,简单的用vue封装了一下
+ Markdown is based on
+ simplemde-markdown-editor ,Simply encapsulated in Vue.
相关文章
- 转为HTML
+ To HTML
splitPane 如果你用过
+ SplitPane If you've used
codepen,
- jsfiddle 就不会陌生了
- 项目地址
+ jsfiddle will not be unfamiliar.
+ Github repository
diff --git a/src/views/components-demo/sticky.vue b/src/views/components-demo/sticky.vue
index 014d71fa..49772bea 100644
--- a/src/views/components-demo/sticky.vue
+++ b/src/views/components-demo/sticky.vue
@@ -2,8 +2,8 @@
-
- 平台
+
+ Platform
@@ -15,79 +15,79 @@
-
- 外链
+
+ Link
-
- 填写url
+
+ Url
-
+
- 发布
+ publish
- Sticky header 当页面滚动到预设的位置会吸附在顶部
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
- 我是占位
+ Sticky header, {{$t('components.stickyTips')}}
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
+ placeholder
@@ -105,9 +105,9 @@ export default {
url: '',
platforms: ['a-platform'],
platformsOptions: [
- { key: 'a-platform', name: '平台A' },
- { key: 'b-platform', name: '平台B' },
- { key: 'c-platform', name: '平台C' }
+ { key: 'a-platform', name: 'platformA' },
+ { key: 'b-platform', name: 'platformB' },
+ { key: 'c-platform', name: 'platformC' }
],
pickerOptions: {
disabledDate(time) {
@@ -120,8 +120,11 @@ export default {
+.components-container div {
+ margin: 10px;
+}
+.time-container {
+ display: inline-block;
+}
+
diff --git a/src/views/components-demo/tinymce.vue b/src/views/components-demo/tinymce.vue
index d8a85c3b..284660c4 100644
--- a/src/views/components-demo/tinymce.vue
+++ b/src/views/components-demo/tinymce.vue
@@ -1,10 +1,11 @@
- 公司做的后台主要是一个cms系统,公司也是以自媒体为核心的,所以富文本是后台很核心的功能。在选择富文本的过程中也走了不少的弯路,市面上常见的富文本都基本用过了,最终选择了Tinymce
- 文档介绍
+
+ {{$t('components.tinymceTips')}}
+ {{$t('components.documentation')}}
-
+
@@ -18,7 +19,14 @@ export default {
components: { Tinymce },
data() {
return {
- content: 'Tinymce'
+ content:
+ `Welcome to the TinyMCE demo!
+
+ - Our documentation is a great resource for learning how to configure TinyMCE.
+ - Have a specific question? Visit the Community Forum.
+ - We also offer enterprise grade support as part of TinyMCE premium subscriptions.
+
+ `
}
}
}
diff --git a/src/views/dashboard/admin/components/BarChart.vue b/src/views/dashboard/admin/components/BarChart.vue
index 78e71a93..e0606b2d 100644
--- a/src/views/dashboard/admin/components/BarChart.vue
+++ b/src/views/dashboard/admin/components/BarChart.vue
@@ -4,7 +4,7 @@
diff --git a/src/views/dashboard/editor/index.vue b/src/views/dashboard/editor/index.vue
index 531c8067..ae1f7995 100644
--- a/src/views/dashboard/editor/index.vue
+++ b/src/views/dashboard/editor/index.vue
@@ -1,13 +1,13 @@
- 你的权限:
+ Your roles:
{{item}}
{{name}}
- 普通编辑dashboard
+ editor : dashboard
diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue
index 89e1c934..d8381592 100644
--- a/src/views/documentation/index.vue
+++ b/src/views/documentation/index.vue
@@ -1,16 +1,15 @@
-
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 72237f31..0ea1764d 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -2,7 +2,7 @@
- {{ translateKey('title')}}
+ {{$t('login.title')}}
@@ -16,29 +16,28 @@
-
+
- {{translateKey('logIn')}}
+ {{$t('login.logIn')}}
- {{translateKey('username')}} : admin
- {{translateKey('password')}} : {{translateKey('any')}}
+ {{$t('login.username')}} : admin
+ {{$t('login.password')}} : {{$t('login.any')}}
- {{translateKey('username')}} : editor
- {{translateKey('password')}} : {{translateKey('any')}}
+ {{$t('login.username')}} : editor
+ {{$t('login.password')}} : {{$t('login.any')}}
- {{translateKey('thirdparty')}}
+ {{$t('login.thirdparty')}}
-
- {{translateKey('thirdpartyTips')}}
+
+ {{$t('login.thirdpartyTips')}}
@@ -51,10 +50,10 @@