We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0e87e commit 6ef95d5Copy full SHA for 6ef95d5
README.md
@@ -26,10 +26,15 @@ You can (and should) fork this repo to create your own boilerplate
26
## Build Setup
27
28
``` bash
29
+# create & install project
30
+composer create-project chasegiunta/craft-vue PATH -s RC
31
+
32
+# run Craft's setup command
33
34
# install dependencies
35
npm install # yarn
36
-# serve with hot reload at localhost:8080
37
+# run dev server (default runs on localhost:8080)
38
npm run dev # yarn dev
39
40
# build for production with minification
0 commit comments