From 5a398ca0bf7aa025b129c70bf86da4d6c8f55c9a Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 29 Jan 2022 20:59:14 +0200 Subject: [PATCH] add --- .../usr/share/swarmlab.io/sec/project/vue/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 install/usr/share/swarmlab.io/sec/project/vue/README diff --git a/install/usr/share/swarmlab.io/sec/project/vue/README b/install/usr/share/swarmlab.io/sec/project/vue/README new file mode 100644 index 0000000..855ac9b --- /dev/null +++ b/install/usr/share/swarmlab.io/sec/project/vue/README @@ -0,0 +1,13 @@ + +Creating a Project + + vue create + +To create a new project, run: + +vue create hello-world + + + +More info: https://cli.vuejs.org/guide/creating-a-project.html#vue-create +