4
4
[ ![ License] ( https://img.shields.io/npm/l/@codetrial/vue-cli-plugin-element.svg )] ( https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element )
5
5
[ ![ Dependencies] ( https://img.shields.io/david/codetrial/vue-cli-plugin-element.svg )] ( https://www.npmjs.com/package/@codetrial/vue-cli-plugin-element )
6
6
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.
8
8
9
9
This project is not only a vue-cli plugin but also a vue-cli preset. Have fun!
10
10
@@ -32,12 +32,16 @@ yarn global add @vue/cli
32
32
33
33
### Install
34
34
35
+ #### Preset
36
+
35
37
You can create your project directly via preset, which already includes configurations such as ESLint and other plugins.
36
38
37
39
``` bash
38
40
vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
39
41
```
40
42
43
+ #### Plugin
44
+
41
45
If you don't want to use the preset , you can manually create an empty project via vue-cli.
42
46
43
47
``` bash
@@ -46,7 +50,7 @@ If you don't want to use the preset , you can manually create an empty project v
46
50
# - PWA
47
51
# - Router
48
52
# - Vuex
49
- # - CSS Pre-processors
53
+ # - CSS Pre-processors + Sass
50
54
# - Linter - Formatter
51
55
vue create your-awesome-project
52
56
```
0 commit comments