Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit abc5c06

Browse files
committed
Merge branch 'hotfix/1.0.3'
2 parents d5db83d + 3095d0e commit abc5c06

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

‎README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://img.shields.io/npm/l/@codetrial/vue-cli-plugin-element.svg)](https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element)
55
[![Dependencies](https://img.shields.io/david/codetrial/vue-cli-plugin-element.svg)](https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element)
66

7-
Quickly build a backend system with vue-cli and element-ui in seconds.
7+
Quickly build an enterprise application with vue-cli and element-ui in seconds.
88

99
This project is not only a vue-cli plugin but also a vue-cli preset. Have fun!
1010

@@ -32,12 +32,16 @@ yarn global add @vue/cli
3232

3333
### Install
3434

35+
#### Preset
36+
3537
You can create your project directly via preset, which already includes configurations such as ESLint and other plugins.
3638

3739
```bash
3840
vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
3941
```
4042

43+
#### Plugin
44+
4145
If you don't want to use the preset , you can manually create an empty project via vue-cli.
4246

4347
```bash
@@ -46,7 +50,7 @@ If you don't want to use the preset , you can manually create an empty project v
4650
# - PWA
4751
# - Router
4852
# - Vuex
49-
# - CSS Pre-processors
53+
# - CSS Pre-processors + Sass
5054
# - Linter - Formatter
5155
vue create your-awesome-project
5256
```

‎README.zh-CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License](https://img.shields.io/npm/l/@codetrial/vue-cli-plugin-element.svg)](https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element)
55
[![Dependencies](https://img.shields.io/david/codetrial/vue-cli-plugin-element.svg)](https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element)
66

7-
使用 vue-cli 及 element-ui 闪电般构建一个后台管理系统
7+
使用 vue-cli 及 element-ui 闪电般构建一个企业级后台管理系统
88

99
这个项目不仅仅是一个 vue-cli 插件,也是一个 vue-cli preset,希望能够帮到你!
1010

@@ -32,6 +32,8 @@ yarn global add @vue/cli
3232

3333
### 安装
3434

35+
#### Preset
36+
3537
你可以通过 preset 的方式直接创建你的项目,它已经包含了 ESLint 等插件的配置。
3638

3739
```bash
@@ -46,11 +48,13 @@ vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
4648
# - PWA
4749
# - Router
4850
# - Vuex
49-
# - CSS Pre-processors
51+
# - CSS Pre-processors + Sass
5052
# - Linter - Formatter
5153
vue create your-awesome-project
5254
```
5355

56+
#### Plugin
57+
5458
然后通过 vue 将插件添加到你的项目中。
5559

5660
```bash

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codetrial/vue-cli-plugin-element",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Quickly build a backend system with vue-cli and element-ui in seconds.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /