Browse Source

create vue.md

initial
Michal 4 years ago
parent
commit
4413544308
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages.pl/common/vue.md

+ 12 - 0
pages.pl/common/vue.md

@@ -0,0 +1,12 @@
+# vue
+
+> Multi-purpose CLI for Vue.js.
+> More information: <https://cli.vuejs.org>.
+
+- Create a new vue project interactively:
+
+`vue create {{project_name}}`
+
+- Create a new project with web UI:
+
+`vue ui`