Skip to content

Commit 6ef95d5

Browse files
authored
Update setup instructions
1 parent 1c0e87e commit 6ef95d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ You can (and should) fork this repo to create your own boilerplate
2626
## Build Setup
2727

2828
``` bash
29+
# create & install project
30+
composer create-project chasegiunta/craft-vue PATH -s RC
31+
32+
# run Craft's setup command
33+
2934
# install dependencies
3035
npm install # yarn
3136

32-
# serve with hot reload at localhost:8080
37+
# run dev server (default runs on localhost:8080)
3338
npm run dev # yarn dev
3439

3540
# build for production with minification

0 commit comments

Comments
 (0)