We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc5c06 + b3d51a4 commit a98e32dCopy full SHA for a98e32d
.npmignore
@@ -0,0 +1 @@
1
+.github
README.zh-CN.md
@@ -40,6 +40,8 @@ yarn global add @vue/cli
40
vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
41
```
42
43
+#### Plugin
44
+
45
如果你不想使用 preset 的方式,你也可以先通过 vue-cli 手动创建一个空的项目。
46
47
```bash
@@ -53,8 +55,6 @@ vue create --preset codetrial/vue-cli-plugin-element your-awesome-project
53
55
vue create your-awesome-project
54
56
57
-#### Plugin
-
58
然后通过 vue 将插件添加到你的项目中。
59
60
package.json
@@ -1,6 +1,6 @@
{
2
"name": "@codetrial/vue-cli-plugin-element",
3
- "version": "1.0.3",
+ "version": "1.1.0",
4
"description": "Quickly build a backend system with vue-cli and element-ui in seconds.",
5
"main": "index.js",
6
"scripts": {
0 commit comments